diff options
| author | Zlatan Vasović <[email protected]> | 2013-09-12 09:52:33 +0200 |
|---|---|---|
| committer | Zlatan Vasović <[email protected]> | 2013-09-12 09:52:33 +0200 |
| commit | 5caf7800814b0384297bfd69f83308985f510ebd (patch) | |
| tree | d8011cd69726d1d0d980d4a6d9258371da6f1bfa | |
| parent | 88ae76536d44433e8b6eb3da2adf102c2dd312f9 (diff) | |
| download | bootstrap-5caf7800814b0384297bfd69f83308985f510ebd.tar.xz bootstrap-5caf7800814b0384297bfd69f83308985f510ebd.zip | |
@grid-float-breakpoint need to be @screen-sm-min
:smile:
| -rw-r--r-- | less/variables.less | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/less/variables.less b/less/variables.less index 4fffe52bb..b84584395 100644 --- a/less/variables.less +++ b/less/variables.less @@ -247,7 +247,7 @@ // Padding, to be divided by two and applied to the left and right of all columns @grid-gutter-width: 30px; // Point at which the navbar stops collapsing -@grid-float-breakpoint: @screen-sm; +@grid-float-breakpoint: @screen-sm-min; // Navbar |
