FEATURE Handling round edges for wp-block-cover
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Nonimart 2026-04-02 12:10:25 +02:00
parent 9519d1a84f
commit ce3cbb0a40

View File

@ -77,6 +77,7 @@ article > *:not(.entry-content, .chapter-header-block),
@apply mt-10; @apply mt-10;
} }
.wp-block-cover:not(.alignfull),
.wp-block-image { .wp-block-image {
img { img {
@apply rounded-3xl; @apply rounded-3xl;