Commit 5caf7800 authored by Zlatan Vasović's avatar Zlatan Vasović

@grid-float-breakpoint need to be @screen-sm-min

😄
parent 88ae7653
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment