Raise font size just a tiny bit

This commit is contained in:
2024-08-03 23:03:47 +02:00
parent e0f676a4ad
commit f7ab4bffad

View File

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