portfolio/assets/css/tailwind.css
Xeovalyte 93dc92b56e
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
first release
2023-02-09 20:17:22 +01:00

19 lines
203 B
CSS

@tailwind base;
@tailwind components;
@tailwind utilities;
@layer base {
h1 {
@apply text-4xl;
}
h2 {
@apply text-3xl;
}
h3 {
@apply text-2xl;
}
h4 {
@apply text-xl;
}
}