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