From 6341a0ce605f0ea591d110a82daf508793a8ecd4 Mon Sep 17 00:00:00 2001 From: mcnesium <mcnesium@users.noreply.github.com> Date: Sun, 29 Dec 2019 14:03:12 +0100 Subject: [PATCH] add full-width to time elements make time elements full-width dividers to provide better overview per slot --- style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/style.css b/style.css index c833273..ef2dfe2 100644 --- a/style.css +++ b/style.css @@ -28,6 +28,10 @@ article * { article.time { background: none; justify-content: center; + width: 100% !important; + width: -moz-available !important; + width: -webkit-fill-available !important; + width: fill-available !important; } article.time p { text-align: center;