h1-3 font sizes

This commit is contained in:
2025-11-18 15:31:47 +13:00
parent 3e742ba952
commit 435ca0f2d7

View File

@@ -42,8 +42,16 @@
@apply hover:decoration-(--accent); @apply hover:decoration-(--accent);
} }
h1 {
font-size: 28px;
}
h2 { h2 {
@apply text-xl; font-size: 24px;
}
h3 {
font-size: 20px;
} }
} }