瀏覽代碼

Dyad 2: Remove top margin from quote blocks to make more consistent with blockquote styles.

Laurel Fulford 6 年之前
父節點
當前提交
53c4715f26
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      dyad-2/css/blocks.css

+ 1 - 1
dyad-2/css/blocks.css

@@ -99,7 +99,7 @@ p.has-drop-cap:not(:focus)::first-letter {
 
 
 .wp-block-quote:not(.is-large):not(.is-style-large) {
 .wp-block-quote:not(.is-large):not(.is-style-large) {
 	border-left: 3px solid #ddd;
 	border-left: 3px solid #ddd;
-	margin-left: 1.5em;
+	margin: 0 0 1.5em 1.5em;
 	padding-left: 1.5em;
 	padding-left: 1.5em;
 }
 }