Skip to content

Commit

Permalink
Fixed footer on mobile!!!! YIPPEEEEEEEEEEEEEEEE
Browse files Browse the repository at this point in the history
  • Loading branch information
enderpuff committed Apr 8, 2024
1 parent 9ad3f1d commit a41ae59
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ <h1>Seja bem vindo a Wiki de Terraria! <img src="res/img/tree.png" alt="Tree" id
</section>
</main>
<footer>
<img src="res/img/icons/steam.svg" alt="A logo da Steam"><a href="https://store.steampowered.com/app/105600/Terraria/" alt="Steam" title="Compre o jogo na Steam!" target="_blank" rel="noopener noreferrer">Compre na Steam</a>
<img src="res/img/icons/playstore.svg" alt="A logo da Play Store"><a href="https://play.google.com/store/apps/details?id=com.and.games505.TerrariaPaid" alt="Google Play Store" title="Compre o jogo na Play Store" target="_blank" rel="noopener noreferrer">Compre na Play Store</a>
<a href="https://store.steampowered.com/app/105600/Terraria/" alt="Steam" title="Compre o jogo na Steam!" target="_blank" rel="noopener noreferrer"><img src="res/img/icons/steam.svg" alt="A logo da Steam">Compre na Steam</a>
<a href="https://play.google.com/store/apps/details?id=com.and.games505.TerrariaPaid" alt="Google Play Store" title="Compre o jogo na Play Store" target="_blank" rel="noopener noreferrer"><img src="res/img/icons/playstore.svg" alt="A logo da Play Store">Compre na Play Store</a>
</footer>
</div>

Expand Down
4 changes: 3 additions & 1 deletion res/styles/footer.css
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
footer {
display: flex;
flex-wrap: wrap;
margin-top: auto;
border-radius: 0px 0px 10px 10px;
background-image: url("../img/themes/nav-overworld.jpg");
}

footer a {
align-items: middle;
display: flex;
align-items: center;
padding: 0.5em;
}

Expand Down

0 comments on commit a41ae59

Please sign in to comment.