|
@@ -250,11 +250,17 @@ figure.alignfull,
|
|
|
border-top: 2px solid currentColor;
|
|
|
border-bottom: 2px solid currentColor;
|
|
|
font-style: italic;
|
|
|
+ font-size: 24px;
|
|
|
margin: 0 0 1.5em;
|
|
|
padding: .75em 0;
|
|
|
color: #767676;
|
|
|
}
|
|
|
|
|
|
+.wp-block-pullquote.alignleft p,
|
|
|
+.wp-block-pullquote.alignright p {
|
|
|
+ font-size: 24px;
|
|
|
+}
|
|
|
+
|
|
|
.wp-block-pullquote.alignleft {
|
|
|
margin-right: 1.5em;
|
|
|
}
|
|
@@ -275,13 +281,6 @@ figure.alignfull,
|
|
|
margin: 0;
|
|
|
}
|
|
|
|
|
|
-.wp-block-pullquote cite {
|
|
|
- font-size: 80%;
|
|
|
-}
|
|
|
-
|
|
|
-.wp-block-pullquote cite:before {
|
|
|
-}
|
|
|
-
|
|
|
/* Table */
|
|
|
|
|
|
.wp-block-table,
|