Skip to content

Commit 865a7af

Browse files
committed
improve list style
1 parent 46ff0d4 commit 865a7af

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/assets/style/_typography.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,14 +58,14 @@ ul {
5858
margin-left: 1.25em;
5959
margin-bottom: 1.25em;
6060
li {
61-
margin-bottom: 1em;
61+
margin-bottom: .6em;
6262
}
6363
}
6464
ol {
6565
list-style-type: decimal;
6666
margin-left: 1.25em;
6767
margin-bottom: 1.25em;
6868
li {
69-
margin-bottom: 1em;
69+
margin-bottom: .6em;
7070
}
7171
}

0 commit comments

Comments
 (0)