Skip to content

Commit bf6ede3

Browse files
committed
Correcting max-width logic
1 parent ff6bc94 commit bf6ede3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib-core/sass/core/components/_navbar.sass

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424
> li
2525
ul[role=button], > [role=button], &.navbar-title button[role="button"]
26-
@media screen and (max-width: #{$breakpoint+1px})
26+
@media screen and (max-width: #{$breakpoint-1px})
2727
margin:
2828
left: 0
2929
right: 0

0 commit comments

Comments
 (0)