diff options
author | emkael <emkael@tlen.pl> | 2016-10-27 15:14:19 +0200 |
---|---|---|
committer | emkael <emkael@tlen.pl> | 2016-10-27 15:14:19 +0200 |
commit | a79e88dd776f0a3a99bd45e8006d8fbc2e2a4ee0 (patch) | |
tree | f0c99b2dca0f919384f97217d810022f8d8fecbd /united | |
parent | a4a1888523044ecc1eccfa93d6cc256c10e7401d (diff) |
* set proper fonts directory and extend header menu breakpoint
Diffstat (limited to 'united')
-rw-r--r-- | united/variables.less | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/united/variables.less b/united/variables.less index 5691ddf9..9ceb0b51 100644 --- a/united/variables.less +++ b/united/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); |