From e46ec7a124d766f0f990e42d6a5ef23f02ba0cf6 Mon Sep 17 00:00:00 2001 From: BlueFox Date: Thu, 20 Feb 2025 22:16:29 +0100 Subject: [PATCH] Improved two-line headings with better line spacing --- new_site/src/griddy.css | 1 + 1 file changed, 1 insertion(+) diff --git a/new_site/src/griddy.css b/new_site/src/griddy.css index 87ca7a3..34a74d4 100644 --- a/new_site/src/griddy.css +++ b/new_site/src/griddy.css @@ -38,6 +38,7 @@ h1 { text-align: center; width: 90%; margin: 1.5em auto; + line-height: 1.1em; } /* Larger Devices */ @media (min-width: 700px) {