10 lines
204 B
SCSS
10 lines
204 B
SCSS
.homegrade-blocks-staff-list {
|
|
.homegrade-blocks-staff-list__staff-list {
|
|
display: unset;
|
|
}
|
|
.block-editor-block-list__layout {
|
|
display: grid;
|
|
grid-template-columns: repeat(3, 1fr);
|
|
}
|
|
}
|