adding contentDisposition feature

This commit is contained in:
Antoine M 2023-11-27 16:25:22 +01:00
parent 1c3724efcd
commit 0b27861170

View File

@ -1,11 +1,23 @@
.homegrade-blocks-text-image { .homegrade-blocks-text-image {
@apply grid grid-cols-2 gap-24 xl:gap-32; @apply grid grid-cols-2 gap-8 !mt-16 mb-12;
&__column--image { &__column--image {
img { img {
@apply rounded-3xl; @apply rounded-3xl;
} }
} }
.homegrade-blocks-custom-heading {
@apply mt-0;
}
& + h1,
& + h2,
& + h3,
& + h4,
& + h5,
& + h6 {
@apply !mt-0;
}
} }
h2 + .homegrade-blocks-text-image, h2 + .homegrade-blocks-text-image,
h3 + .homegrade-blocks-text-image, h3 + .homegrade-blocks-text-image,