Pique: Align quote icon to right when text is right aligned. See #594.

This commit is contained in:
Laurel Fulford 2019-02-15 16:40:15 -08:00
parent 4bd11e9330
commit 9e1c08720e

View file

@ -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;
}