Browse Source

Editor: Increase the width, to match the frontend.

alaczek 7 years ago
parent
commit
7c85581217
1 changed files with 7 additions and 0 deletions
  1. 7 0
      radcliffe-2/assets/css/editor-style.css

+ 7 - 0
radcliffe-2/assets/css/editor-style.css

@@ -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
 --------------------------------------------------------------*/