Browse Source

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

Pique: Align quote icon to center when text is right aligned
Laurel 6 năm trước cách đây
mục cha
commit
64936810ba
1 tập tin đã thay đổi với 6 bổ sung0 xóa
  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 */
 /* Quote */
 
 
+.wp-block-quote::before {
+	margin-left: auto;
+	margin-right: auto;
+	text-align: center;
+}
+
 .wp-block-quote cite {
 .wp-block-quote cite {
 	text-align: right;
 	text-align: right;
 }
 }