소스 검색

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