Skip to content

Commit

Permalink
added footer media query
Browse files Browse the repository at this point in the history
  • Loading branch information
ChinmayeeMestry committed Apr 2, 2024
1 parent dd72604 commit 38e2bc2
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions app/styles/pages.css
Original file line number Diff line number Diff line change
Expand Up @@ -243,10 +243,18 @@ img {
.footer-col-left {
flex: 0 0 64%;
max-width: 64%;
@media (max-width: 1200px) {
flex: 0 0 50%;
max-width: 50%;
}
}
.footer-col-right {
flex: 0 0 36%;
max-width: 36%;
@media (max-width: 1200px) {
flex: 0 0 50%;
max-width: 50%;
}
}
.footer-products-wrap {
display: flex;
Expand Down

0 comments on commit 38e2bc2

Please sign in to comment.