0
0
mirror of https://github.com/yude-jp/yude.jp synced 2025-01-03 10:00:11 +09:00

Update heading styling

This commit is contained in:
yude 2021-05-23 16:01:29 +09:00
parent 49a957cba1
commit 0fa245e3b8
Signed by: yude
GPG Key ID: EB0FE5D925C4A968

View File

@ -4,9 +4,9 @@
@layer base { @layer base {
h1 { h1 {
@apply text-2xl; @apply text-4xl sm:text-5xl font-bold mt-8 mb-4;
} }
h2 { h2 {
@apply text-xl; @apply mb-4 text-xl sm:text-2xl font-bold;
} }
} }