From 8e0f09ce30951fe5ed11fd99fd517d1c3d82052c Mon Sep 17 00:00:00 2001 From: Daniel Pokorny Date: Tue, 21 Nov 2023 17:06:29 +0100 Subject: [PATCH] add top margin to h1 --- styles/globals.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/styles/globals.css b/styles/globals.css index b5638b05..e7b09c0e 100644 --- a/styles/globals.css +++ b/styles/globals.css @@ -22,7 +22,7 @@ } h1.heading { - @apply text-6xl; + @apply text-6xl mt-10; } h2.heading {