Skip to content

Commit

Permalink
Update footer.css
Browse files Browse the repository at this point in the history
  • Loading branch information
Yosiak-alv committed Jul 18, 2024
1 parent d7a345f commit 174d2df
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions challenge_coffee_blog/styles/shared/footer.css
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,11 @@ footer .footer-logo {

footer p {
font-size: 14px;
}

@media only screen and (max-width : 462px) {
footer .footer-content {
flex-direction: column;
text-align: center;
}
}

0 comments on commit 174d2df

Please sign in to comment.