From 6997e313e64b0176474cd40214e38d03973f8079 Mon Sep 17 00:00:00 2001 From: June Date: Tue, 18 Nov 2025 15:43:52 +1300 Subject: [PATCH] redesigned H1, i should try get away from tailwind... --- web/src/styles/global.css | 1 + 1 file changed, 1 insertion(+) diff --git a/web/src/styles/global.css b/web/src/styles/global.css index 64d287b..1045905 100644 --- a/web/src/styles/global.css +++ b/web/src/styles/global.css @@ -44,6 +44,7 @@ h1 { font-size: 28px; + @apply py-4; } h2 {