angelovcom.net

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

_style.scss (227B)


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