Pique: Align quote icon to center when text is right aligned
@@ -224,6 +224,12 @@ p.has-drop-cap:not(:focus)::first-letter {
/* Quote */
+.wp-block-quote::before {
+ margin-left: auto;
+ margin-right: auto;
+ text-align: center;
+}
+
.wp-block-quote cite {
text-align: right;
}