STYLE Adding vertical spacing to columns in Gutenberg CSS
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
9d7a8fcb9f
commit
2f2abf039c
|
|
@ -62,7 +62,7 @@ article > *:not(.entry-content, .chapter-header-block),
|
||||||
}
|
}
|
||||||
|
|
||||||
.wp-block-columns {
|
.wp-block-columns {
|
||||||
@apply gap-4;
|
@apply gap-4 my-3;
|
||||||
}
|
}
|
||||||
.wp-block-column {
|
.wp-block-column {
|
||||||
:first-child {
|
:first-child {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user