mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-04-12 08:31:00 +00:00
@grid-float-breakpoint need to be @screen-sm-min
😄
This commit is contained in:
parent
88ae76536d
commit
5caf780081
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue