|
@@ -1,6 +1,15 @@
|
|
|
/*!
|
|
|
Editor Styles for Radcliffe 2: Modern Style Pack
|
|
|
--------------------------------------------------------------*/
|
|
|
+/* Widths */
|
|
|
+@media screen and (min-width: 768px) {
|
|
|
+ /* Post/Page title */
|
|
|
+ .edit-post-visual-editor textarea.editor-post-title__input {
|
|
|
+ max-width: 740px;
|
|
|
+ margin-left: auto;
|
|
|
+ margin-right: auto;
|
|
|
+ }
|
|
|
+}
|
|
|
|
|
|
/*--------------------------------------------------------------
|
|
|
# Typography
|
|
@@ -40,9 +49,6 @@ h6.mce-content-body,
|
|
|
|
|
|
/* Post/Page title */
|
|
|
.edit-post-visual-editor textarea.editor-post-title__input {
|
|
|
- max-width: 740px;
|
|
|
- margin-left: auto;
|
|
|
- margin-right: auto;
|
|
|
padding: 0 0 72px;
|
|
|
text-align: left;
|
|
|
}
|