Reduce font size to 1.0em by default - this closely aligns with the jekyll site
This commit is contained in:
@ -41,7 +41,7 @@ $mq-xxlarge: "(min-width: #{$bp-xxlarge})";
|
|||||||
$mq-retina: "(-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi)";
|
$mq-retina: "(-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi)";
|
||||||
|
|
||||||
// Font-Size
|
// Font-Size
|
||||||
$base-font-size: 1.1em;
|
$base-font-size: 1.0em;
|
||||||
|
|
||||||
// Line-Height
|
// Line-Height
|
||||||
$base-line-height: 1.4;
|
$base-line-height: 1.4;
|
||||||
|
Reference in New Issue
Block a user