Skip to content

Commit 7dae45a

Browse files
authored
Update markdown.styl
1 parent d343a92 commit 7dae45a

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

template/styl/mixins/markdown.styl

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,6 +212,9 @@
212212
ul, ol {
213213
padding-left: 2em;
214214
}
215+
blockquote {
216+
margin: 0;
217+
}
215218
p, blockquote, ul, ol, dl, table, pre {
216219
margin-top: 0;
217220
margin-bottom: 16px;
@@ -250,4 +253,4 @@
250253
border-radius: 3px;
251254
margin: 0 .4em;
252255
}
253-
}
256+
}

0 commit comments

Comments
 (0)