35 lines
602 B
CSS
35 lines
602 B
CSS
.homegrade-content-blocks-content-box {
|
|
@apply card-large-content-container;
|
|
@apply !pt-20 !pb-24;
|
|
|
|
> :first-child:not(.homegrade-blocks-box-monoblock--has-illustration) {
|
|
@apply !mt-0;
|
|
}
|
|
|
|
.section_titling {
|
|
@apply my-8 py-0;
|
|
}
|
|
.section_titling__title {
|
|
@apply !mt-0;
|
|
}
|
|
.section_titling__subtitle {
|
|
@apply !mb-0;
|
|
}
|
|
|
|
.card-large-content {
|
|
@apply mt-2 mb-16;
|
|
@apply flex-col items-start gap-0;
|
|
|
|
p {
|
|
@apply my-0;
|
|
}
|
|
|
|
p + * {
|
|
@apply pt-2;
|
|
}
|
|
|
|
.section_titling + .card-large-content {
|
|
}
|
|
}
|
|
}
|