Browse Source

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

alaczek 7 years ago
parent
commit
287c936caa
1 changed files with 2 additions and 2 deletions
  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;
 }