Skip to content

Commit d2b85f2

Browse files
committed
style: adjust blockquote list styles
To avoid strange extraneous bottom margins.
1 parent 83cceec commit d2b85f2

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)