homegrade_blocks_production/blocks/picture-banner/src/style.scss

23 lines
412 B
SCSS

/**
* The following styles get applied both on the front of your site
* and in the editor.
*
* Replace them with your own styles or remove the file completely.
*/
.wp-block-homegrade-content-blocks-picture-banner {
margin-bottom: 20px;
overflow: hidden;
border-radius: 22px;
img {
width: 100%;
}
&.fixed-height {
img {
height: 200px;
object-fit: cover;
object-position: center;
}
}
}