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

12 lines
212 B
CSS
Raw Normal View History

2021-05-23 15:45:42 +09:00
@tailwind base;
2021-02-07 11:29:21 +09:00
@tailwind components;
@tailwind utilities;
2021-05-23 15:45:42 +09:00
@layer base {
h1 {
2021-05-23 16:01:29 +09:00
@apply text-4xl sm:text-5xl font-bold mt-8 mb-4;
2021-05-23 15:45:42 +09:00
}
h2 {
2021-05-23 16:01:29 +09:00
@apply mb-4 text-xl sm:text-2xl font-bold;
2021-05-23 15:45:42 +09:00
}
2021-05-23 16:01:29 +09:00
}