From f14e0f7039d7ba39afcd79b1cecff7fa9958c2d8 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Tue, 10 Nov 2020 13:56:34 +0000 Subject: [PATCH] CSS: Remove fixed line height of headings Signed-off-by: Michael Tremer --- src/scss/_variables.scss | 1 - 1 file changed, 1 deletion(-) diff --git a/src/scss/_variables.scss b/src/scss/_variables.scss index e54fa462..05a7537d 100644 --- a/src/scss/_variables.scss +++ b/src/scss/_variables.scss @@ -60,7 +60,6 @@ $blockquote-font-size: $font-size-base * 1.125; // Headings $headings-font-weight: 700; -$headings-line-height: 2.8125rem; $h1-font-size: 3.75rem; $h2-font-size: 2.5rem; -- 2.47.3