From 225222e511e0b95c0573b0e9e157d6b6084792e5 Mon Sep 17 00:00:00 2001 From: Daniel Bulant Date: Tue, 14 Apr 2020 17:29:02 +0200 Subject: [PATCH] fix column width and font --- static/index.html | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/static/index.html b/static/index.html index 6fb1071..338ff99 100644 --- a/static/index.html +++ b/static/index.html @@ -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 {