Skip to content

Commit

Permalink
fix footer font-size in responsive mode
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasmbrute2 committed Nov 7, 2021
1 parent 903bd7f commit b7f1ca6
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/components/Footer/Footer.scss
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,10 @@
@include container-mobile;
display: flex;
}
}

@media(max-width: 600px){
.footer-container-p{
font-size: .8em;
}
}

0 comments on commit b7f1ca6

Please sign in to comment.