Skip to content

Commit 64bb4de

Browse files
committed
Fix ordered list styling
1 parent 34042e3 commit 64bb4de

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

assets/css/_sass/_base.scss

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,12 @@ ul, ol, dl {
6666
font-family: $body-font-family;
6767
}
6868

69+
ol li {
70+
margin-top: 1rem;
71+
margin-bottom: 1rem;
72+
margin-left: 1.5rem;
73+
}
74+
6975
li {
7076
margin-bottom: 1rem;
7177
}

0 commit comments

Comments
 (0)