From d2e81c1c5a9d1c4aec00a692fdb05ed3c828b463 Mon Sep 17 00:00:00 2001 From: Dilson's Pickles Date: Tue, 12 Sep 2023 14:56:47 +1000 Subject: [PATCH] Update heading line-height --- src/styles/input.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/styles/input.css b/src/styles/input.css index 5d91033..7a3d5be 100644 --- a/src/styles/input.css +++ b/src/styles/input.css @@ -8,7 +8,7 @@ } h2 { - @apply text-3xl sm:text-5xl text-gray-800 font-bold + @apply text-3xl sm:text-5xl text-gray-800 font-bold xl:leading-tight }