From 124f90141d785549aedae432be7350ff9eeb3ba1 Mon Sep 17 00:00:00 2001
From: Dorian Lesbre <dorian.lesbre@gmail.com>
Date: Sun, 25 Apr 2021 17:44:11 +0200
Subject: [PATCH] Update changelog

---
 CHANGELOG.md                  | 1 +
 home/templates/_planning.html | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 093674c..24aa849 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -6,6 +6,7 @@
 - Added "back to top" links to activity pages
 - Make slot start field non-nullable to simplify code
 - Added planning caption
+- Added planning PDF upload and download
 
 ## Version 1.2.1 - 2021-04-24
 
diff --git a/home/templates/_planning.html b/home/templates/_planning.html
index 994de6d..40cda05 100644
--- a/home/templates/_planning.html
+++ b/home/templates/_planning.html
@@ -1,4 +1,4 @@
-<div id="planning" style="margin-left: calc(-48vw + 50%); width: 96vw; background-color: white; padding: 10px;"></div>
+<div id="planning" style="margin-left: calc(-49vw + 50%); width: 96vw; 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