From a0f6a6b07492f0c089807075407708de1557ed3a Mon Sep 17 00:00:00 2001 From: Dorian Lesbre <dorian.lesbre@gmail.com> Date: Mon, 26 Apr 2021 11:29:53 +0200 Subject: [PATCH] Better centering --- home/templates/_planning.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/templates/_planning.html b/home/templates/_planning.html index 0a776f1..829d4a1 100644 --- a/home/templates/_planning.html +++ b/home/templates/_planning.html @@ -1,4 +1,4 @@ -<div id="planning" style="margin-left: calc(-49vw + 50%); width: 96vw; background-color: white; padding: 10px;"></div> +<div id="planning" style="margin-left: calc(-49vw + 50%); width: 97vw; background-color: white; padding: 10px;"></div> <!-- In order to limit the planning's width, we cheat using the timeline's groups I.E we set all dates to the first day (Friday) and set groups allowing vertical display: -- GitLab