Skip to content

Commit

Permalink
feat: ajuste position footer
Browse files Browse the repository at this point in the history
  • Loading branch information
vivi-barba committed May 25, 2023
1 parent f1659c0 commit 9706e57
Showing 1 changed file with 10 additions and 6 deletions.
16 changes: 10 additions & 6 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@
width: 30px;
}

.icon:hover{
width: 40px;
}

.rotate-logo {
display: inline-block;
position: relative;
Expand Down Expand Up @@ -125,10 +129,10 @@

footer{
padding: 15px;
width: 100%;
text-align: center;
height: 50px;
margin: auto;
bottom: 0;
position: fixed;
width: 100%;
text-align: center;
height: 5em;
margin: auto;
bottom: 0;
position: fixed;
}

0 comments on commit 9706e57

Please sign in to comment.