From 15ab60a850cceec110353434eee534fb2a6560d1 Mon Sep 17 00:00:00 2001 From: gws Date: Wed, 6 Nov 2024 12:16:00 +0100 Subject: [PATCH] fix bad line-height for headings --- sass/style.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/sass/style.scss b/sass/style.scss index c8b4e36..fd9eed2 100644 --- a/sass/style.scss +++ b/sass/style.scss @@ -29,6 +29,10 @@ footer div.nav-outlinks a { } +.heading-text { + line-height: initial; +} + ul { li { padding: unset;