From 73800eabaae43dd38db4e15d3dccf1f26b759feb Mon Sep 17 00:00:00 2001 From: Fred Tempez Date: Thu, 23 Apr 2020 17:06:13 +0200 Subject: [PATCH] Revert "Hauteur minimale en vh" This reverts commit 791d7c08f85c38058d01f1302f749da2db4bc632. --- core/layout/common.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/layout/common.css b/core/layout/common.css index e356932b..e1dd5e7e 100755 --- a/core/layout/common.css +++ b/core/layout/common.css @@ -24,7 +24,7 @@ html, body { - min-height: 100vh; + min-height: 100%; } @@ -606,7 +606,7 @@ ul .menuSideChild, li .menuSideChild { } section { - min-height: 60vh; + min-height: 450px; } section #sectionTitle {