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:22:20 +01:00
parent 95ef1da079
commit 76ac0d55c4

View File

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