ehancing spacing

This commit is contained in:
Antoine M 2023-11-08 18:55:23 +01:00
parent 35aafaffcf
commit 1cf4206927
2 changed files with 5 additions and 1 deletions

View File

@ -1,5 +1,5 @@
.homegrade-blocks-column-cards { .homegrade-blocks-column-cards {
@apply grid gap-12 w-full my-16 container px-8; @apply grid gap-12 w-full container px-8;
&--has-2-columns { &--has-2-columns {
@apply md:grid-cols-2; @apply md:grid-cols-2;

View File

@ -31,4 +31,8 @@
.section_titling + .card-large-content { .section_titling + .card-large-content {
} }
} }
&--white {
@apply !py-24 !mt-0 !mb-0;
}
} }