Skip to content

Commit

Permalink
Reduce the breakpoint for the navbar to expand to full width (#537)
Browse files Browse the repository at this point in the history
Co-authored-by: Breno <[email protected]>
  • Loading branch information
Brenosalv and Breno authored Oct 15, 2024
1 parent b4c73d7 commit 112abbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Header/styles.module.less
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
top: 0;
background: #04192b;

@media (max-width: 1536px) {
@media (max-width: 1400px) {
padding-left: ~'calc(min(2vw,160px))';
padding-right: ~'calc(min(2vw,160px))';
}
Expand Down

0 comments on commit 112abbe

Please sign in to comment.