Sebastian Kippe 4f2b35ccb9
All checks were successful
continuous-integration/drone/push Build is passing
WIP New app layout
2022-02-19 22:46:12 -06:00

22 lines
232 B
CSS

@layer base {
body {
@apply leading-none
}
/* h1, h2, h3 { */
/* @apply font-light; */
/* } */
h1 {
@apply text-3xl uppercase;
}
h2 {
@apply text-2xl mb-8;
}
h3 {
@apply text-xl mb-6;
}
}