Update heading styling

This commit is contained in:
2021-05-23 16:01:29 +09:00
parent 49a957cba1
commit 0fa245e3b8
+2 -2
View File
@@ -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;
}
}