Skip to content

Commit 87c12ef

Browse files
committed
rm padding for nested lists
1 parent a78d124 commit 87c12ef

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

docs/_sass/_main.scss

+8
Original file line numberDiff line numberDiff line change
@@ -374,6 +374,14 @@ button {
374374
}
375375
}
376376

377+
ol {
378+
li {
379+
ul {
380+
padding-bottom: 0;
381+
}
382+
}
383+
}
384+
377385
table {
378386
margin-bottom: 20px;
379387
border-radius: 8px;

0 commit comments

Comments
 (0)