mirror of
https://github.com/yude-jp/yude.jp
synced 2025-01-05 19:10:11 +09:00
12 lines
212 B
CSS
12 lines
212 B
CSS
@tailwind base;
|
|
@tailwind components;
|
|
@tailwind utilities;
|
|
|
|
@layer base {
|
|
h1 {
|
|
@apply text-4xl sm:text-5xl font-bold mt-8 mb-4;
|
|
}
|
|
h2 {
|
|
@apply mb-4 text-xl sm:text-2xl font-bold;
|
|
}
|
|
} |