mirror of
https://github.com/Frumph/comicpress.git
synced 2026-01-31 02:05:17 +01:00
12 lines
217 B
CSS
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;
|
|
}
|
|
}
|