angelovcom.net

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

_editor.scss (179B)


      1 .wp-block-query {
      2 
      3 	&.has-background {
      4 		padding: calc(0.666 * var(--global--spacing-vertical));
      5 
      6 		@include media(mobile) {
      7 			padding: var(--global--spacing-vertical);
      8 		}
      9 	}
     10 }