From d2b059a8a5e1504db246f34fe7ad01a9ca35a5b6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Sun, 29 Mar 2020 16:59:06 +0200 Subject: Change time markers width. --- static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'static') diff --git a/static/style.css b/static/style.css index 0a866ae6..44477b37 100644 --- a/static/style.css +++ b/static/style.css @@ -214,8 +214,8 @@ html, body { .days { display: grid; - grid-template-rows: 4em 4em auto; - grid-template-columns: 5em auto; + grid-template-rows: 4em 4em auto; + grid-template-columns: 5ch auto; width: 100%; height: 100%; padding: 0; -- cgit v1.2.3