removing big vertical spacing

This commit is contained in:
Antoine M 2023-11-14 15:39:52 +01:00
parent 1499c27731
commit 12c3abfec1

View File

@ -1,3 +1,16 @@
.homegrade-blocks-text-image {
@apply grid grid-cols-2 gap-24 xl:gap-32 py-16;
@apply grid grid-cols-2 gap-24 xl:gap-32;
&__column--image {
img {
@apply rounded-3xl;
}
}
}
h2 + .homegrade-blocks-text-image,
h3 + .homegrade-blocks-text-image,
h4 + .homegrade-blocks-text-image,
h5 + .homegrade-blocks-text-image,
h6 + .homegrade-blocks-text-image {
@apply py-0;
}