Skip to content

Commit b8ebfcc

Browse files
authored
fix: font size of code fragments in descr (#487)
Close #214
1 parent 1641137 commit b8ebfcc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

static/css/learnocaml_common.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ button, select {
1111
}
1212
code, pre, textarea {
1313
font-family: 'Inconsolata', monospace;
14-
font-size: 18px;
14+
font-size: 17px;
1515
line-height: 18px;
1616
}
1717

0 commit comments

Comments
 (0)