homegrade_blocks_production/blocks/content-box/src/editor.scss

26 lines
531 B
SCSS

.homegrade-content-blocks-content-box {
margin: 2rem calc(50% - 50vw);
max-width: 90vw !important;
display: flex;
justify-content: center;
.block-editor-inner-blocks {
display: flex;
flex-direction: column;
align-items: center;
}
.homegrade-blocks-column-cards {
margin: 0 auto;
}
> .block-editor-inner-blocks {
width: 100%;
> .block-editor-block-list__layout {
width: 100%;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
}
}