mobile optimizations for acp header

This commit is contained in:
psychobunny
2014-09-29 10:24:36 -04:00
parent 587f805763
commit 3b48668385
2 changed files with 29 additions and 37 deletions

View File

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