rowt/frontend/scss/components/_headlines.scss

7 lines
228 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 {
2023-07-30 15:10:09 +02:00
@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;
2023-07-30 14:31:15 +02:00
}