introducing specific styles propper to editor

This commit is contained in:
Antoine M 2025-01-30 10:40:41 +01:00
parent 46284d8e07
commit aef25d14f5

View File

@ -0,0 +1,10 @@
.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;
}
}