Skip to content

Commit 8458682

Browse files
committed
Fix font size of bullet list
1 parent d1a2c00 commit 8458682

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

style.css

+3-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

style.css.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

style.scss

+5-1
Original file line numberDiff line numberDiff line change
@@ -88,10 +88,14 @@ html, body {
8888
margin: 0 auto;
8989
max-width: $content-width;
9090

91-
p, li, ul {
91+
p {
9292
font-size: 1.3em;
9393
}
9494

95+
ul, li {
96+
font-size: 1.1em;
97+
}
98+
9599
small {
96100
font-size: 1em;
97101
}

0 commit comments

Comments
 (0)