Sfoglia il codice sorgente

Merge pull request #623 from Automattic/fixes/594-quote-block-border

Pique: Align quote icon to center when text is right aligned
Laurel 6 anni fa
parent
commit
64936810ba
1 ha cambiato i file con 6 aggiunte e 0 eliminazioni
  1. 6 0
      pique/assets/css/blocks.css

+ 6 - 0
pique/assets/css/blocks.css

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