homegrade_blocks_production/blocks/content-page-header/src/style.scss

10 lines
127 B
SCSS

// Styled by the theme
.block-content-page-header {
p {
display: none;
}
.innerblocks p {
display: block;
}
}