20 lines
348 B
CSS
20 lines
348 B
CSS
.homegrade-content-blocks-white-box {
|
|
@apply card-large-content-container;
|
|
@apply !pt-20 !pb-24;
|
|
|
|
.card-large-content {
|
|
> :first-child {
|
|
@apply !mt-0;
|
|
}
|
|
}
|
|
.section_titling {
|
|
@apply my-8 py-0;
|
|
}
|
|
.section_titling__title {
|
|
@apply !mt-0;
|
|
}
|
|
.section_titling__subtitle {
|
|
@apply !mb-0;
|
|
}
|
|
}
|