portfolio/assets/css/tailwind.css

19 lines
203 B
CSS
Raw Normal View History

2023-01-28 16:16:38 +01:00
@tailwind base;
@tailwind components;
2023-01-28 17:28:31 +01:00
@tailwind utilities;
@layer base {
h1 {
@apply text-4xl;
}
h2 {
@apply text-3xl;
}
h3 {
@apply text-2xl;
}
h4 {
@apply text-xl;
}
}