From 7cbd58d57016c82a9c32d8a5463dd1caf6c8a53b Mon Sep 17 00:00:00 2001 From: Pim van Pelt Date: Mon, 5 Aug 2024 00:05:11 +0200 Subject: [PATCH] Reduce font size to 1.0em by default - this closely aligns with the jekyll site --- themes/hugo-theme-ipng/assets/styles.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/hugo-theme-ipng/assets/styles.scss b/themes/hugo-theme-ipng/assets/styles.scss index 0ab464c..eada825 100644 --- a/themes/hugo-theme-ipng/assets/styles.scss +++ b/themes/hugo-theme-ipng/assets/styles.scss @@ -41,7 +41,7 @@ $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.0em; // Line-Height $base-line-height: 1.4;