Make a critical hot fix for h1

This commit is contained in:
Sat Naing
2022-09-09 15:39:00 +06:30
parent 175259f48a
commit cf876e68de
+1 -1
View File
@@ -61,7 +61,7 @@ import Header from "@components/Header.astro";
@apply max-w-3xl mx-auto px-4 pt-12; @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; @apply font-bold my-4 sm:my-8 text-3xl sm:text-5xl;
} }
h1 span { h1 span {