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.
2 parents 7cc140a + 828b36f commit f7382b5Copy full SHA for f7382b5
src/scss/abstract/_breakpoints.scss
@@ -8,7 +8,7 @@
8
*/
9
10
$breakpoints : (
11
- xsm: 480,
+ xsm: 600,
12
sm: 768,
13
md: 1024,
14
lg: 1440
src/scss/wp/_gutenberg.scss
@@ -11,6 +11,17 @@
.wp-block {
$el : &;
+ // Block columns
15
+ &-column {
16
+ @include breakpoints(xsm) {
17
+ flex-basis: calc(50% - #{$base-spacing});
18
+ }
19
+ &:nth-child(even){
20
21
+ margin-left: $base-spacing*2;
22
23
24
25
// Block Button
26
&-button {
27
margin-bottom: $base-spacing;
0 commit comments