Align font and line height with jekyll variant

This commit is contained in:
2024-08-04 21:49:24 +02:00
parent 05efd8014a
commit 385319cd43

View File

@ -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