Skip to content

Commit 2eebac0

Browse files
committed
fix: font size of code fragments in descr
Close #214
1 parent 6cb82d6 commit 2eebac0

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
/* -------------------- fix browser's CSSs ------------------------ */

0 commit comments

Comments
 (0)