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 {
|
.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 {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user