Skip to content

Commit 6c34700

Browse files
authored
Merge pull request #1254 from camelid/disc-list
Use the `disc` list style type
2 parents ba9115f + 2500d0a commit 6c34700

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/styles/app.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ section {
186186
}
187187

188188
ul {
189-
list-style: circle;
189+
list-style: disc;
190190
padding-left: 1.5em;
191191
}
192192

0 commit comments

Comments
 (0)