From 0fa245e3b871636def062b31788049d11ab6a832 Mon Sep 17 00:00:00 2001 From: yudejp Date: Sun, 23 May 2021 16:01:29 +0900 Subject: [PATCH] Update heading styling --- styles/globals.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/styles/globals.css b/styles/globals.css index a37b5a6..fa1b716 100644 --- a/styles/globals.css +++ b/styles/globals.css @@ -4,9 +4,9 @@ @layer base { h1 { - @apply text-2xl; + @apply text-4xl sm:text-5xl font-bold mt-8 mb-4; } h2 { - @apply text-xl; + @apply mb-4 text-xl sm:text-2xl font-bold; } - } \ No newline at end of file + } \ No newline at end of file