_style.scss 226 B

123456789101112
  1. .wp-block-spacer {
  2. display: block;
  3. // Remove vertical margins
  4. margin-bottom: 0 !important;
  5. margin-top: 0 !important;
  6. @include media(mobile-only) {
  7. &[style] {
  8. height: var(--global--spacing-unit) !important;
  9. }
  10. }
  11. }