Skip to content

Commit

Permalink
Correcting max-width logic
Browse files Browse the repository at this point in the history
  • Loading branch information
adamjgrant committed May 5, 2015
1 parent ff6bc94 commit bf6ede3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib-core/sass/core/components/_navbar.sass
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

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

0 comments on commit bf6ede3

Please sign in to comment.