From 7502e5a2286ecde45b55dc58c8907129ab389884 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Wed, 18 Nov 2020 23:03:51 +0000 Subject: [PATCH] CSS: Increase line height by one pixel Signed-off-by: Michael Tremer --- src/scss/_variables.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.47.3