Raise font size just a tiny bit
This commit is contained in:
@ -38,11 +38,11 @@ $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.2em;
|
||||||
|
|
||||||
// Line-Height
|
// Line-Height
|
||||||
$base-line-height: 1.1;
|
$base-line-height: 1.2;
|
||||||
$header-line-height: 1.25;
|
$header-line-height: 1.3;
|
||||||
|
|
||||||
// HUGO
|
// HUGO
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user