0
0
mirror of https://github.com/yude-jp/yude.jp synced 2024-06-09 23:36:01 +09:00

Update global styling

This commit is contained in:
yude 2021-05-23 16:09:40 +09:00
parent 5cee3eef6c
commit 4887277013
Signed by: yude
GPG Key ID: EB0FE5D925C4A968

View File

@ -4,9 +4,12 @@
@layer base {
h1 {
@apply text-4xl sm:text-5xl font-bold mt-8 mb-4;
@apply text-3xl my-3;
}
h2 {
@apply mb-4 text-xl sm:text-2xl font-bold;
@apply text-xl;
}
ul {
@apply list-disc mx-10
}
}