0
0
mirror of https://github.com/yude-jp/yude.jp synced 2024-09-27 15:10:24 +09:00
yude.jp/styles/globals.css
2021-05-23 16:09:40 +09:00

15 lines
202 B
CSS

@tailwind base;
@tailwind components;
@tailwind utilities;
@layer base {
h1 {
@apply text-3xl my-3;
}
h2 {
@apply text-xl;
}
ul {
@apply list-disc mx-10
}
}