Skip to content

Commit

Permalink
Adjust top menu padding for never wrapping
Browse files Browse the repository at this point in the history
  • Loading branch information
andmor- committed Oct 23, 2024
1 parent cedb360 commit c334959
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scss/modules/navbar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -338,13 +338,13 @@

@media (min-width: #{$screen-lg}) {
li {
padding: 0 8px;
padding: 0 0.2rem;
}
}

@media (min-width: #{$screen-xl}) {
li {
padding: 0 5px;
padding: 0 0.3rem;
}
}
}
Expand Down

0 comments on commit c334959

Please sign in to comment.