Skip to content

Commit 1e959e5

Browse files
committed
Improve lists
1 parent 02955f3 commit 1e959e5

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

sass/_text.scss

+3-1
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,12 @@ a {
2121
ol {
2222
counter-reset: section;
2323
list-style-type: none;
24+
padding-left: .5rem;
2425

2526
li:before {
2627
counter-increment: section;
27-
content: counters(section, ".") " ";
28+
content: counters(section, ".") ".";
29+
padding-right: .2rem;
2830
}
2931
}
3032

0 commit comments

Comments
 (0)