hadnling block column spacing
This commit is contained in:
parent
71810a40a1
commit
8093021764
|
|
@ -60,11 +60,21 @@ article > *:not(.entry-content, .chapter-header-block),
|
|||
.wp-block-columns {
|
||||
@apply gap-4;
|
||||
}
|
||||
.wp-block-column {
|
||||
:first-child {
|
||||
@apply mt-0;
|
||||
}
|
||||
.homegrade-blocks-highlight {
|
||||
@apply mt-0;
|
||||
}
|
||||
}
|
||||
|
||||
.wp-block-image {
|
||||
img {
|
||||
@apply rounded-3xl;
|
||||
}
|
||||
}
|
||||
|
||||
.entry-content,
|
||||
.page-content,
|
||||
.homegrade-page-container {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user