feat(nav): Use screen width specific navs

This commit is contained in:
Stuart Taylor
2018-03-13 20:10:06 +00:00
parent a81ec38dbd
commit 33d0d05adb
14 changed files with 333 additions and 109 deletions

View File

@@ -328,7 +328,7 @@
@grid-gutter-width: 30px;
// Navbar collapse
//** Point at which the navbar becomes uncollapsed.
@grid-float-breakpoint: @screen-sm-min;
@grid-float-breakpoint: 955px;
//** Point at which the navbar begins collapsing.
@grid-float-breakpoint-max: (@grid-float-breakpoint - 1);