Reduce font size to 1.0em by default - this closely aligns with the jekyll site

This commit is contained in:
2024-08-05 00:05:11 +02:00
parent 4e2c98a769
commit 7cbd58d570

View File

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