From 15d38cffaaae77f2cee17b298300c8549c6fff32 Mon Sep 17 00:00:00 2001 From: Gabe Farrell Date: Wed, 4 Feb 2026 13:31:36 -0500 Subject: [PATCH] adjust h1 line height --- client/app/app.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/client/app/app.css b/client/app/app.css index bc60042..15cfbc0 100644 --- a/client/app/app.css +++ b/client/app/app.css @@ -58,6 +58,7 @@ --header-sm: 16px; --header-xl-weight: 600; --header-weight: 600; + --header-line-height: 3rem; } @media (min-width: 60rem) { @@ -68,6 +69,7 @@ --header-sm: 16px; --header-xl-weight: 600; --header-weight: 600; + --header-line-height: 1.3em; } } @@ -98,6 +100,7 @@ h1 { font-family: "League Spartan"; font-weight: var(--header-weight); font-size: var(--header-xl); + line-height: var(--header-line-height); } h2 { font-family: "League Spartan";