Files
archived-comicpress/gutenberg.css
2019-07-14 20:02:51 +02:00

12 lines
217 B
CSS

/*
Style Specifically for the Gutenberg Editor
*/
@media screen and (min-width: 768px) {
.edit-post-visual-editor .editor-post-title,
.edit-post-visual-editor .editor-block-list__block {
max-width: 1100px;
}
}