Skip to content
This repository was archived by the owner on Dec 18, 2024. It is now read-only.

Commit 8f1d6f6

Browse files
donroycojelbourn
authored andcommitted
Make list (ul, ol) font size match paragraph (#255)
1 parent 03fa123 commit 8f1d6f6

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/styles/_markdown.scss

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,9 @@
2424
font-size: 18px;
2525
}
2626

27-
.docs-markdown-p {
27+
.docs-markdown-p,
28+
.docs-markdown-ul,
29+
.docs-markdown-ol {
2830
font-size: 16px;
2931
line-height: 28px;
3032
}

0 commit comments

Comments
 (0)