FEATURE Trying to lower specificity for column gap to let user define its preferred gap distance
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Nonimart 2025-12-10 11:02:05 +01:00
parent d5dc2d54c3
commit 7e9b794d33

View File

@ -61,9 +61,10 @@ article > *:not(.entry-content, .chapter-header-block),
} }
} }
.wp-block-columns { :where(.wp-block-columns) {
@apply gap-4 my-8; @apply gap-4 my-8;
} }
.wp-block-column { .wp-block-column {
:first-child { :first-child {
@apply mt-0; @apply mt-0;