Base font size 1.6rem. Fix #218
This commit is contained in:
parent
5d74c132e9
commit
715e359b59
3 changed files with 4 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
|||
// Config file and project variables
|
||||
|
||||
// font sizes
|
||||
$base-font-size : 1.4rem !default; // ex. 1.4rem would be "14px" equivalent
|
||||
$base-font-size : 1.6rem !default; // ex. 1.4rem would be "14px" equivalent
|
||||
$line-height : 1.5 !default; // equiv line-height 1.5
|
||||
$h1-size : 3.2rem !default; // equiv "32px"
|
||||
$h2-size : 2.8rem !default; // equiv "28px"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue