Skip to content

Commit

Permalink
Fix navbar height for lg screens
Browse files Browse the repository at this point in the history
  • Loading branch information
andmor- committed Jan 22, 2024
1 parent f890d58 commit 3341f61
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 @@ -273,11 +273,11 @@
height: auto;
max-width: 110px;

@media (min-width: #{$screen-desktop}) {
@media (min-width: #{$screen-lg}) {
max-width: 135px;
}

@media (min-width: #{$screen-lg}) {
@media (min-width: #{$screen-xl}) {
max-width: 153px;
}
}
Expand Down

0 comments on commit 3341f61

Please sign in to comment.