From a79e88dd776f0a3a99bd45e8006d8fbc2e2a4ee0 Mon Sep 17 00:00:00 2001 From: emkael Date: Thu, 27 Oct 2016 15:14:19 +0200 Subject: * set proper fonts directory and extend header menu breakpoint --- cosmo/variables.less | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cosmo/variables.less') 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); -- cgit v1.2.3