Skip to content

Commit 2b08e30

Browse files
committed
Make font-size more reasonable
1 parent 45a8ed9 commit 2b08e30

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

code-input.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ code-input {
1616
width: calc(100% - 16px);
1717
height: 250px;
1818

19-
font-size: 15pt;
19+
font-size: normal;
2020
font-family: monospace;
21-
line-height: 20pt;
21+
line-height: normal;
2222
tab-size: 2;
2323
caret-color: darkgrey;
2424
white-space: pre;

0 commit comments

Comments
 (0)