Skip to content

Commit 2fbc46a

Browse files
committed
Add ol to margin 0
1 parent 970f691 commit 2fbc46a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

template.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -209,6 +209,9 @@
209209
.prose code::after {
210210
content: "";
211211
}
212+
.prose ol {
213+
margin: 0;
214+
}
212215
.prose ul {
213216
margin: 0;
214217
}

0 commit comments

Comments
 (0)