rounded edges for wp-block-picture

This commit is contained in:
Antoine M 2023-11-14 15:43:35 +01:00
parent 62bdc92c56
commit 929bbc93d8

View File

@ -57,6 +57,14 @@ article > *:not(.entry-content, .chapter-header-block),
} }
} }
.wp-block-columns {
@apply gap-4;
}
.wp-block-image {
img {
@apply rounded-3xl;
}
}
.entry-content, .entry-content,
.page-content, .page-content,
.homegrade-page-container { .homegrade-page-container {