diff options
Diffstat (limited to 'cosmo')
-rw-r--r-- | cosmo/variables.less | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cosmo/variables.less b/cosmo/variables.less index b1c3d4f2..84c84a2e 100644 --- a/cosmo/variables.less +++ b/cosmo/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); |