|
@@ -4,6 +4,13 @@ Editor Styles for Ohana
|
|
|
|
|
|
/* Widths */
|
|
|
|
|
|
+@media screen and ( min-width: 768px ) {
|
|
|
+ .edit-post-visual-editor .editor-post-title,
|
|
|
+ .edit-post-visual-editor .editor-block-list__block {
|
|
|
+ max-width: 748px;
|
|
|
+ }
|
|
|
+}
|
|
|
+
|
|
|
/*--------------------------------------------------------------
|
|
|
# Typography
|
|
|
--------------------------------------------------------------*/
|