/* FILE: editor-block/blocks/_spacer.scss */

[data-type="core/spacer"] + [data-type="core/heading"] {

	h1,
	h2,
	h3,
	h4 {
		margin-top: 0 !important;
	}

}
