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
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
d5dc2d54c3
commit
7e9b794d33
|
|
@ -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;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user