Skip to content

Commit 92f8f62

Browse files
authored
Merge pull request #1625 from jieyouxu/blockquote-style
Adjust blockquote list styles
2 parents ed715dd + d2b85f2 commit 92f8f62

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

sass/styles/app.scss

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,11 @@ blockquote {
104104
p:last-of-type {
105105
margin-bottom: 0;
106106
}
107+
108+
ol, ul {
109+
margin-block-start: 1em;
110+
margin-block-end: 0em;
111+
}
107112
}
108113

109114
details > summary {

0 commit comments

Comments
 (0)