Skip to content

Commit

Permalink
Breakpoint fix in navbar
Browse files Browse the repository at this point in the history
  • Loading branch information
andmor- committed Jan 20, 2024
1 parent 389f629 commit a5ca478
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scss/modules/navbar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
width: 30px;
}

@media (min-width: #{$screen-desktop}) {
@media (min-width: #{$screen-xl}) {
margin-left: 8px !important;
}
}
Expand Down

0 comments on commit a5ca478

Please sign in to comment.