Skip to content

Commit

Permalink
fixing footer padding
Browse files Browse the repository at this point in the history
  • Loading branch information
Cesar Faber authored and Cesar Faber committed Feb 9, 2024
1 parent 224d190 commit 5f21fe4
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/components/Footer/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,11 @@
flex-direction: row;
overflow-x: scroll;
margin: 0;
padding-bottom: 5svh;
padding-bottom: 3svh;

@media (min-width: 730px) {
padding-bottom: 0;
}

li {
padding: 30px 15px;
Expand Down

0 comments on commit 5f21fe4

Please sign in to comment.