|
@@ -339,8 +339,7 @@ body.gutenberg-editor-page .edit-post-visual-editor .editor-block-list__block:no
|
|
|
}
|
|
|
|
|
|
@media screen and ( min-width: 68em ) {
|
|
|
- .wp-block-quote,
|
|
|
- .wp-block-pullquote blockquote {
|
|
|
+ .wp-block-quote {
|
|
|
font-size: 26px;
|
|
|
}
|
|
|
|
|
@@ -348,11 +347,6 @@ body.gutenberg-editor-page .edit-post-visual-editor .editor-block-list__block:no
|
|
|
.wp-block-quote.is-style-large p {
|
|
|
font-size: 36px;
|
|
|
}
|
|
|
-
|
|
|
- .wp-block-pullquote blockquote,
|
|
|
- .wp-block-pullquote blockquote > .editor-rich-text p {
|
|
|
- font-size: 26px;
|
|
|
- }
|
|
|
}
|
|
|
|
|
|
/* Audio */
|
|
@@ -605,6 +599,11 @@ body.gutenberg-editor-page .edit-post-visual-editor .editor-block-list__block:no
|
|
|
font-size: 18px;
|
|
|
}
|
|
|
|
|
|
+.wp-block-pullquote.alignleft blockquote > .editor-rich-text p,
|
|
|
+.wp-block-pullquote.alignright blockquote > .editor-rich-text p {
|
|
|
+ font-size: 18px;
|
|
|
+}
|
|
|
+
|
|
|
.wp-block-pullquote .wp-block-pullquote__citation {
|
|
|
color: #99908a;
|
|
|
display: block;
|
|
@@ -615,6 +614,13 @@ body.gutenberg-editor-page .edit-post-visual-editor .editor-block-list__block:no
|
|
|
.wp-block-pullquote .wp-block-pullquote__citation:before {
|
|
|
}
|
|
|
|
|
|
+@media screen and ( min-width: 68em ) {
|
|
|
+ .wp-block-pullquote blockquote,
|
|
|
+ .wp-block-pullquote blockquote > .editor-rich-text p {
|
|
|
+ font-size: 26px;
|
|
|
+ }
|
|
|
+}
|
|
|
+
|
|
|
/* Table */
|
|
|
|
|
|
.editor-block-list__block table.wp-block-table {
|