rowt/frontend/scss/components/_headlines.scss
2023-07-30 15:10:09 +02:00

7 lines
228 B
SCSS

.h1 {
@apply text-center text-3xl uppercase tracking-wide font-bold text-primary-900;
}
.h2 {
@apply font-bold uppercase tracking-wide text-center rounded-t-md text-primary-950 bg-gray-200 bg-opacity-80 text-lg px-3 py-3;
}