Skip to content

Commit

Permalink
Add xl media query breakpoint to footer #27
Browse files Browse the repository at this point in the history
  • Loading branch information
Lev Z Király authored and Lev Z Király committed Nov 8, 2023
1 parent e0e874e commit 412a938
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions components/app-footer.vue
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,13 @@
}
}
@media (width >= 1200px) {
/* xl */
#footer-full-content {
max-width: 1140px;
}
}
.footer-logo-widget {
flex: 0 0 8.333%;
max-width: 8.333%;
Expand Down

0 comments on commit 412a938

Please sign in to comment.