From cf876e68de54608a08160ad6b24665a087f3c92f Mon Sep 17 00:00:00 2001 From: Sat Naing Date: Fri, 9 Sep 2022 15:39:00 +0630 Subject: [PATCH] Make a critical hot fix for h1 --- src/pages/index.astro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/index.astro b/src/pages/index.astro index 413315d..db3f366 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -61,7 +61,7 @@ import Header from "@components/Header.astro"; @apply max-w-3xl mx-auto px-4 pt-12; } - h1 { + #hero-section h1 { @apply font-bold my-4 sm:my-8 text-3xl sm:text-5xl; } h1 span {