From 791a0e51aabea44c172bc93f415c99196cbf4c1d Mon Sep 17 00:00:00 2001
From: "real3t@gmail.com" <>
Date: Tue, 10 Oct 2017 07:26:09 +0000
Subject: [PATCH] =?UTF-8?q?=C3=89quilibrage=20des=20colonnes=20:=20on=20pe?=
 =?UTF-8?q?ut=20avoir=20des=20pages=20tr=C3=A8s=20hautes=20!?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 layout.css.html | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/layout.css.html b/layout.css.html
index 8a4e0c0a..56534fe8 100644
--- a/layout.css.html
+++ b/layout.css.html
@@ -348,8 +348,8 @@
 /* Astuce trouvée sur https://stackoverflow.com/questions/1205159/html-css-making-two-floating-divs-the-same-height */
 #contenu { overflow: hidden; width: 100%; }
 #content, #navigation, #extra {
-	padding-bottom: 500em;
-	margin-bottom: -500em;
+	padding-bottom: 5000em;
+	margin-bottom: -5000em;
 	position: relative;
 }
 #contenu:after {
-- 
GitLab