From: Michael Tremer Date: Tue, 10 Nov 2020 13:56:34 +0000 (+0000) Subject: CSS: Remove fixed line height of headings X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f14e0f7039d7ba39afcd79b1cecff7fa9958c2d8;p=ipfire.org.git CSS: Remove fixed line height of headings Signed-off-by: Michael Tremer --- 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;