Use 9pt font size as default for labels.

This commit is contained in:
Jan Böhmer 2020-04-25 18:52:13 +02:00
parent 3163a7ba09
commit 74b1b7acf5

View file

@ -4,7 +4,7 @@
body { body {
font-family: "DejaVu Sans Mono"; font-family: "DejaVu Sans Mono";
font-size: 10pt; font-size: 9pt;
line-height: 1.0; line-height: 1.0;
} }
@ -98,7 +98,7 @@ hr {
.row [class^="col"] { .row [class^="col"] {
float: left; float: left;
margin: 0 1%; margin: 0 0.5%;
min-height: 0.125rem ; min-height: 0.125rem ;
} }