11 lines
238 B
CSS
11 lines
238 B
CSS
.wp-admin.post-type-portfolio {
|
|
.block-editor-block-list__layout.is-root-container > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
|
|
}
|
|
|
|
.chapter-section {
|
|
box-sizing: border-box;
|
|
@apply alignfull px-32;
|
|
}
|
|
}
|
|
|