Pique: Align quote icon to right when text is right aligned. See #594.
This commit is contained in:
parent
4bd11e9330
commit
9e1c08720e
1 changed files with 6 additions and 0 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue