From 3e9f009f5d03f5cbbc6b3ef990b0696e9fdb1552 Mon Sep 17 00:00:00 2001
From: Louis-Olivier Brassard <louis@loupbrun.ca>
Date: Tue, 14 May 2019 15:30:40 -0400
Subject: [PATCH] =?UTF-8?q?Il=20manquait=20une=20ligne=20au=20probl=C3=A8m?=
 =?UTF-8?q?e=20de=20layout=20Cr=C3=A9dits=20(#31)?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 src/components/CreditsComponent.vue | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/components/CreditsComponent.vue b/src/components/CreditsComponent.vue
index 29c1b18..5ab566f 100644
--- a/src/components/CreditsComponent.vue
+++ b/src/components/CreditsComponent.vue
@@ -104,7 +104,7 @@ $raleway: 'Raileway', Helvetica, Arial, sans-serif
 #credits
   display: flex
   flex-direction: column
-  justify-content: flex-end
+  justify-content: space-between
   position: absolute;
   overflow-x: hidden
   top: 0;
-- 
GitLab