Skip to content

Commit

Permalink
tweak: also adjust 2nd breakpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
ThatGuyJacobee committed Aug 27, 2024
1 parent d7d4df2 commit 02bab6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ p {
}
}

@media (max-width: 1400px) and (min-width: 996px){
@media (max-width: 1350px) and (min-width: 996px){
.navbar__items:not(.navbar__items--right) {
display: grid;
grid-template-columns: auto auto auto auto;
Expand Down

0 comments on commit 02bab6b

Please sign in to comment.