Browse Source

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

Laurel Fulford 6 years ago
parent
commit
53c4715f26
1 changed files with 1 additions and 1 deletions
  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) {
 	border-left: 3px solid #ddd;
-	margin-left: 1.5em;
+	margin: 0 0 1.5em 1.5em;
 	padding-left: 1.5em;
 }