rowt/frontend/scss/components/_headlines.scss

7 lines
157 B
SCSS
Raw Normal View History

.h1 {
@apply text-center text-3xl uppercase tracking-wide font-bold text-primary-900;
}
2023-07-30 14:31:15 +02:00
.h2 {
@apply text-xl tracking-wide font-bold text-primary-900;
}