We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3d1afb commit 7c804e0Copy full SHA for 7c804e0
src/scss/06-blocks/core/_columns.scss
@@ -1,22 +1,23 @@
1
.wp-block-columns {
2
gap: get-gutter-width() !important;
3
4
+ .wp-block-column {
5
+ &.has-background {
6
+ padding: var(--spacing--block-1);
7
+ }
8
9
+
10
&:not(.is-not-stacked-on-mobile) {
11
.wp-block-column {
12
margin-left: 0 !important;
-
- &:not(:only-child) {
- flex-basis: 100% !important;
- }
13
}
14
- @include breakpoints(sm, mdl) {
15
+ @include breakpoints(md, max) {
16
flex-wrap: wrap !important;
17
18
19
&:not(:only-child) {
- flex-basis: calc(50% - #{get-gutter-width() * .5}) !important;
- flex-grow: 0 !important;
20
+ flex-basis: 100% !important;
21
22
23
0 commit comments