Skip to content

Commit 7815e50

Browse files
committed
Apply margin fix only to nested lists
1 parent 26f4d5e commit 7815e50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

assets/css/style.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
@import "{{ site.theme }}";
55

6-
ul, ol {
6+
li ul, li ol {
77
margin: 0;
88
}
99

0 commit comments

Comments
 (0)