浏览代码

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

Laurel Fulford 6 年之前
父节点
当前提交
9e1c08720e
共有 1 个文件被更改,包括 6 次插入0 次删除
  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;
 }