STYLE Increasing vertical spacing for columns in Gutenberg CSS
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Nonimart 2025-11-10 12:19:47 +01:00
parent 2f2abf039c
commit 95ef1da079

View File

@ -62,7 +62,7 @@ article > *:not(.entry-content, .chapter-header-block),
}
.wp-block-columns {
@apply gap-4 my-3;
@apply gap-4 my-6;
}
.wp-block-column {
:first-child {