homegrade_theme_production/resources/css/blocks/chapter-header-block.css
2023-08-03 10:31:09 +02:00

17 lines
285 B
CSS

.chapter-header-block {
@apply p-8 md:px-16;
&__page-thematic-title {
@apply text-xl uppercase font-bold tracking-wider pb-4;
}
&__page-title {
@apply text-4xl font-bold;
}
&__infos {
@apply max-w-2xl;
.cta {
@apply my-8;
}
}
}