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)";
|
||||
|
||||
// Font-Size
|
||||
$base-font-size: 1.1em;
|
||||
$base-font-size: 1.2em;
|
||||
|
||||
// Line-Height
|
||||
$base-line-height: 1.1;
|
||||
$header-line-height: 1.25;
|
||||
$base-line-height: 1.2;
|
||||
$header-line-height: 1.3;
|
||||
|
||||
// HUGO
|
||||
|
||||
|
Reference in New Issue
Block a user