Skip to content

Commit

Permalink
mobile footer fix
Browse files Browse the repository at this point in the history
  • Loading branch information
marulango committed Jan 25, 2024
1 parent 76351be commit 3d7beae
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
1 change: 0 additions & 1 deletion assets/css/marulango.css
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,6 @@ svg:hover {
}

footer p {
text-align: right;
text-transform: uppercase;
font-size: 0.6rem;
letter-spacing: 2px;
Expand Down
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -304,8 +304,8 @@

<footer>
<div class="container is-fluid">
<div class="columns">
<div class="column is-half">
<div class="columns is-gapless">
<div class="column is-full">
<a href="https://dribbble.com/marulango" target="_blank">
<svg>
<use xlink:href="assets/img/symbols.svg#icon-dribbble">
Expand All @@ -325,7 +325,7 @@
</a>
</div>

<div class="column is-half">
<div class="column is-full">
<p>Maru Maru © 2024</p>
</div>
</div>
Expand Down

0 comments on commit 3d7beae

Please sign in to comment.