Align font and line height with jekyll variant
This commit is contained in:
@ -41,11 +41,11 @@ $mq-xxlarge: "(min-width: #{$bp-xxlarge})";
|
||||
$mq-retina: "(-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi)";
|
||||
|
||||
// Font-Size
|
||||
$base-font-size: 1.2em;
|
||||
$base-font-size: 1.1em;
|
||||
|
||||
// Line-Height
|
||||
$base-line-height: 1.2;
|
||||
$header-line-height: 1.3;
|
||||
$base-line-height: 1.4;
|
||||
$header-line-height: 1.0;
|
||||
|
||||
// HUGO
|
||||
|
||||
|
Reference in New Issue
Block a user