fixing padding problems

This commit is contained in:
Antoine M 2023-11-28 10:35:48 +01:00
parent 21fa169049
commit f55f7dd92a

View File

@ -1,6 +1,6 @@
.homegrade-content-blocks-content-box {
@apply card-large-content-container;
@apply !pt-20 !pb-0 !my-14 !mb-14;
@apply !pt-20 !pb-12 !my-14 !mb-14;
> :first-child:not(.homegrade-blocks-box-monoblock--has-illustration) {
@apply !mt-0;
@ -21,9 +21,11 @@
.section_titling__subtitle {
@apply !mb-0;
}
.card-large-content + * {
@apply !mt-16;
}
.card-large-content {
@apply mt-2 mb-16;
@apply mt-2;
@apply flex-col items-start gap-0;
p {