Skip to content

Commit c610517

Browse files
committed
Fix font-size of list items
1 parent 5198216 commit c610517

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

html/css/print.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ article pre code {
100100
}
101101

102102
article li {
103-
font-size: 13px;
103+
font-size: 11px;
104104
margin-top: 6px;
105105
}
106106

0 commit comments

Comments
 (0)