From c7973a2439d7419315e952d952500031693043da Mon Sep 17 00:00:00 2001 From: N-Upchurch Date: Sun, 6 Aug 2023 20:38:18 -0500 Subject: [PATCH] Mobile h1 line height increase --- 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 794fdce..b894952 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: 2.25rem; + line-height: 2.75rem; } h2, .postlist h2, main h2 { font-size: var(--font-xl);