From 385319cd4399192c7ad348cc5e2aa49ec57bfeb0 Mon Sep 17 00:00:00 2001 From: Pim van Pelt Date: Sun, 4 Aug 2024 21:49:24 +0200 Subject: [PATCH] Align font and line height with jekyll variant --- themes/hugo-theme-ipng/assets/styles.scss | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/themes/hugo-theme-ipng/assets/styles.scss b/themes/hugo-theme-ipng/assets/styles.scss index ee0a24c..c14e1d4 100644 --- a/themes/hugo-theme-ipng/assets/styles.scss +++ b/themes/hugo-theme-ipng/assets/styles.scss @@ -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