From c7c132d063a51ed69fa16304ff8ddf208e0874c7 Mon Sep 17 00:00:00 2001 From: N-Upchurch Date: Sun, 6 Aug 2023 20:26:56 -0500 Subject: [PATCH] Increase h1 line height for mobile --- public/css/index.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/css/index.css b/public/css/index.css index fbd0bac..794fdce 100644 --- a/public/css/index.css +++ b/public/css/index.css @@ -484,7 +484,7 @@ h2 + .header-anchor { h1 { font-size: var(--font-xxl); padding-top: 0; - line-height: 2rem; + line-height: 2.25rem; } h2, .postlist h2, main h2 { font-size: var(--font-xl);