Skip to content

Commit 40c7bb2

Browse files
committed
fix: [post-toc] Remove bottom margin for lists
This is done to prevent empty space between list items when there are multiple levels in table of contents (toc).
1 parent cae7815 commit 40c7bb2

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

assets/styles/_post.scss

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,11 @@
103103
@media print {
104104
display: none;
105105
}
106+
107+
ul,
108+
ol {
109+
margin-bottom: 0;
110+
}
106111
}
107112

108113
&-cover {

0 commit comments

Comments
 (0)