fix column width and font

This commit is contained in:
Daniel Bulant 2020-04-14 17:29:02 +02:00
parent c804fb6d7d
commit 225222e511

View file

@ -18,6 +18,9 @@
font-size: 18px;
color: #444;
padding: 0 10px;
}
* {
font-family: 'Noto Sans', sans-serif;
}
@ -69,10 +72,13 @@
word-break: normal;
}
.extra,
.key {
width: 30px;
}
.extra {
width: 35px;
}
.null,
.default {