|
@@ -4,10 +4,10 @@ Editor Styles for Radcliffe 2
|
|
|
|
|
|
/* Widths */
|
|
|
|
|
|
-@media screen and ( min-width: 768px ) {
|
|
|
+@media screen and ( min-width: 788px ) {
|
|
|
.edit-post-visual-editor .editor-post-title,
|
|
|
.edit-post-visual-editor .editor-block-list__block {
|
|
|
- max-width: 748px;
|
|
|
+ max-width: 768px;
|
|
|
}
|
|
|
}
|
|
|
|
|
@@ -264,7 +264,7 @@ h6.editor-rich-text__tinymce.mce-content-body {
|
|
|
|
|
|
.editor-block-list__block[data-align="right"] .wp-block-pullquote,
|
|
|
.editor-block-list__block[data-align="left"] .wp-block-pullquote {
|
|
|
- max-width: 400px;
|
|
|
+ max-width: 300px;
|
|
|
}
|
|
|
|
|
|
.edit-post-visual-editor th,
|
|
@@ -624,7 +624,8 @@ h6.editor-rich-text__tinymce.mce-content-body {
|
|
|
|
|
|
|
|
|
@media (min-width: 600px) {
|
|
|
- .edit-post-visual-editor blockquote::before, blockquote::after {
|
|
|
+ .edit-post-visual-editor blockquote::before,
|
|
|
+ .edit-post-visual-editor blockquote::after {
|
|
|
margin: 36px auto;
|
|
|
width: 108px;
|
|
|
}
|
|
@@ -633,7 +634,7 @@ h6.editor-rich-text__tinymce.mce-content-body {
|
|
|
.edit-post-visual-editor .wp-block-quote p,
|
|
|
.editor-post-visual-editor blockquote p {
|
|
|
color: #666;
|
|
|
- font-size: 20px;
|
|
|
+ font-size: 22px;
|
|
|
}
|
|
|
|
|
|
.edit-post-visual-editor .wp-block-quote cite,
|
|
@@ -649,14 +650,11 @@ h6.editor-rich-text__tinymce.mce-content-body {
|
|
|
padding: 0;
|
|
|
}
|
|
|
|
|
|
-.wp-block-pullquote > p {
|
|
|
+.edit-post-visual-editor .wp-block-pullquote p,
|
|
|
+.edit-post-visual-editor .wp-block-pullquote cite {
|
|
|
color: #666;
|
|
|
}
|
|
|
|
|
|
-.wp-block-pullquote cite {
|
|
|
-
|
|
|
-}
|
|
|
-
|
|
|
/* Cover Images */
|
|
|
.edit-post-visual-editor .editor-block-list__block[data-type="core/cover-image"] {
|
|
|
max-width: 100%;
|