From 53c56064b4b5c88fd0adf7aca9b4078d2dff5da6 Mon Sep 17 00:00:00 2001 From: Thomas Smith <49042513+tsmitty11@users.noreply.github.com> Date: Thu, 22 Sep 2022 15:25:47 -0400 Subject: [PATCH] Line spacing on H1 header --- src/static/css/typography.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/static/css/typography.css b/src/static/css/typography.css index fd637f4..e79b140 100644 --- a/src/static/css/typography.css +++ b/src/static/css/typography.css @@ -231,7 +231,7 @@ li{ h1{ font-size: 20vw; - line-height: 8rem; + line-height: 5rem; } h2{