From 801eeb05210359c4cd3eb210a7f846f81751cf75 Mon Sep 17 00:00:00 2001 From: "mb @ ts" Date: Mon, 21 May 2018 23:27:59 +0200 Subject: [PATCH] agenda width adjusted on mobile --- theme/wttf/static/main.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/theme/wttf/static/main.css b/theme/wttf/static/main.css index 47ddb77..dfe204b 100644 --- a/theme/wttf/static/main.css +++ b/theme/wttf/static/main.css @@ -344,7 +344,7 @@ footer{ height: 12px; } #agenda{ - width: calc(100% - 4em); + width: calc(100% - 6em); margin: 1em 0px; } .featured{