Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
- Ajuste da na <nav> do footer, implementando o hover de maneira correta, para versão mobile.
  • Loading branch information
Ollieveira committed Jul 26, 2023
1 parent 0cad678 commit 289ffe9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -91,8 +91,8 @@ <h2>Mordomia Saudável</h2>
class="footer-logo"
src="./assets/pata-logo.png"
alt="logo-da-pagina-pata-de-cachorro"
/>
<h2>Fantastika</h2>
/>
<h2>Fantastika</h2>
</figure>
<nav class="socialMedias">
<a href="#" target="_blank"><i class="ph ph-instagram-logo"></i></a>
Expand Down
4 changes: 4 additions & 0 deletions src/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -477,6 +477,10 @@ footer .container {
font-size: 2.4rem;
}

footer .socialMedias i:hover {
color: #3a342f;
}

footer .figure-container {
display: flex;
align-items: center;
Expand Down

0 comments on commit 289ffe9

Please sign in to comment.