editor.css
25 lines
| 1 | .wp-block-columns :where(.wp-block) { |
| 2 | max-width: none; |
| 3 | margin-left: 0; |
| 4 | margin-right: 0; |
| 5 | } |
| 6 | |
| 7 | html :where(.wp-block-column) { |
| 8 | margin-top: 0; |
| 9 | margin-bottom: 0; |
| 10 | } |
| 11 | |
| 12 | @media screen and (min-width: 782px) { |
| 13 | .wp-block-surecart-columns:not(.is-not-stacked-on-mobile) |
| 14 | > .wp-block-surecart-column { |
| 15 | flex-basis: content; |
| 16 | } |
| 17 | } |
| 18 | |
| 19 | .wp-block-columns |
| 20 | .editor-styles-wrapper |
| 21 | :where(body .is-layout-flow) |
| 22 | > :last-child:last-child { |
| 23 | margin-top: 0; |
| 24 | } |
| 25 |