summaryrefslogtreecommitdiff
path: root/spacelab/variables.less
diff options
context:
space:
mode:
Diffstat (limited to 'spacelab/variables.less')
-rw-r--r--spacelab/variables.less4
1 files changed, 2 insertions, 2 deletions
diff --git a/spacelab/variables.less b/spacelab/variables.less
index 35bf76ef..a1787539 100644
--- a/spacelab/variables.less
+++ b/spacelab/variables.less
@@ -76,7 +76,7 @@
//## Specify custom location and filename of the included Glyphicons icon font. Useful for those including Bootstrap via Bower.
//** Load fonts from this directory.
-@icon-font-path: "../fonts/";
+@icon-font-path: "fonts/";
//** File name for all font files.
@icon-font-name: "glyphicons-halflings-regular";
//** Element ID within SVG icon file.
@@ -327,7 +327,7 @@
@grid-gutter-width: 30px;
// Navbar collapse
//** Point at which the navbar becomes uncollapsed.
-@grid-float-breakpoint: @screen-sm-min;
+@grid-float-breakpoint: @screen-md-min;
//** Point at which the navbar begins collapsing.
@grid-float-breakpoint-max: (@grid-float-breakpoint - 1);