rounded edges for wp-block-picture
This commit is contained in:
parent
62bdc92c56
commit
929bbc93d8
|
|
@ -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,
|
||||
.page-content,
|
||||
.homegrade-page-container {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user