浏览代码

Editor: Increase the width, to match the frontend.

alaczek 7 年之前
父节点
当前提交
7c85581217
共有 1 个文件被更改,包括 7 次插入0 次删除
  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
 --------------------------------------------------------------*/