29 lines
510 B
CSS
29 lines
510 B
CSS
.homegrade-blocks-text-image {
|
|
@apply grid grid-cols-2 gap-8 !mt-16 mb-12;
|
|
|
|
&__column--image {
|
|
img {
|
|
@apply rounded-3xl;
|
|
}
|
|
}
|
|
.homegrade-blocks-custom-heading {
|
|
@apply mt-0;
|
|
}
|
|
|
|
& + h1,
|
|
& + h2,
|
|
& + h3,
|
|
& + h4,
|
|
& + h5,
|
|
& + h6 {
|
|
@apply !mt-0;
|
|
}
|
|
}
|
|
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;
|
|
}
|