From 275a4d6e19b21146f0676a583e8d62c159408eb6 Mon Sep 17 00:00:00 2001 From: Henri Bergius Date: Fri, 1 Dec 2017 16:46:50 +0100 Subject: [PATCH] Make date smaller --- events/index.html | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/events/index.html b/events/index.html index 6fecc52..e21e405 100644 --- a/events/index.html +++ b/events/index.html @@ -43,9 +43,13 @@ text-transform: lowercase; white-space: nowrap; padding-right: 2vw; + padding-top: 2vmin; + font-size: 5vmin; } #events tr.today td.status { background-color: hsl(35, 98%, 46%); + padding-top: 0px; + font-size: 7vmin; color: #000; } #events td.status.ongoing {