From: Michael Tremer Date: Wed, 18 Nov 2020 23:03:51 +0000 (+0000) Subject: CSS: Increase line height by one pixel X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=7502e5a2286ecde45b55dc58c8907129ab389884;p=ipfire.org.git CSS: Increase line height by one pixel Signed-off-by: Michael Tremer --- diff --git a/src/scss/_variables.scss b/src/scss/_variables.scss index 05a7537d..bf5fd31a 100644 --- a/src/scss/_variables.scss +++ b/src/scss/_variables.scss @@ -54,7 +54,7 @@ $font-size-base: 1.125rem; $lead-font-size: 1.5rem; $small-font-size: 85%; -$line-height-base: 1.5; +$line-height-base: 1.5625; $blockquote-font-size: $font-size-base * 1.125;