From 435ca0f2d79d1c64261f8214513293c4f85be111 Mon Sep 17 00:00:00 2001 From: June Date: Tue, 18 Nov 2025 15:31:47 +1300 Subject: [PATCH] h1-3 font sizes --- web/src/styles/global.css | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/web/src/styles/global.css b/web/src/styles/global.css index 5fb233d..64d287b 100644 --- a/web/src/styles/global.css +++ b/web/src/styles/global.css @@ -42,8 +42,16 @@ @apply hover:decoration-(--accent); } + h1 { + font-size: 28px; + } + h2 { - @apply text-xl; + font-size: 24px; + } + + h3 { + font-size: 20px; } }