瀏覽代碼

Minor tweaks to editor styles - increase the post title width and vertical spacing.

alaczek 7 年之前
父節點
當前提交
287c936caa
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      radcliffe-2/assets/css/editor-style-modern.css

+ 2 - 2
radcliffe-2/assets/css/editor-style-modern.css

@@ -40,10 +40,10 @@ h6.mce-content-body,
 
 /* Post/Page title */
 .edit-post-visual-editor textarea.editor-post-title__input {
-	max-width: 720px;
+	max-width: 740px;
 	margin-left: auto;
 	margin-right: auto;
-	padding: 0;
+	padding: 0 0 72px;
 	text-align: left;
 }