hadnling block column spacing

This commit is contained in:
Antoine M 2023-11-16 16:26:03 +01:00
parent 71810a40a1
commit 8093021764

View File

@ -60,11 +60,21 @@ article > *:not(.entry-content, .chapter-header-block),
.wp-block-columns { .wp-block-columns {
@apply gap-4; @apply gap-4;
} }
.wp-block-column {
:first-child {
@apply mt-0;
}
.homegrade-blocks-highlight {
@apply mt-0;
}
}
.wp-block-image { .wp-block-image {
img { img {
@apply rounded-3xl; @apply rounded-3xl;
} }
} }
.entry-content, .entry-content,
.page-content, .page-content,
.homegrade-page-container { .homegrade-page-container {