Skip to content

Commit f122329

Browse files
committed
fix li margin
1 parent efadf40 commit f122329

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

assets/css/style.css

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,9 @@ ol {
110110
}
111111

112112
li {
113-
color : #90c7ff;
113+
color : #fff;
114+
padding: 5px;
115+
margin-left: 20px;
114116
}
115117

116118
pre code {

0 commit comments

Comments
 (0)