Skip to content

Commit 8423c58

Browse files
committed
Fixing recursive lists margin
1 parent 4a23252 commit 8423c58

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

assets/css/custom.css

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,4 +128,11 @@ blockquote {
128128

129129
.markdown-alert .markdown-alert-title {
130130
margin-bottom: 1rem;
131+
}
132+
133+
ol ol,
134+
ol ul,
135+
ul ul,
136+
ul ol {
137+
margin: 0;
131138
}

0 commit comments

Comments
 (0)