From 0b8528ba1b34d076b9cdad3c3e00304c45f5d10e Mon Sep 17 00:00:00 2001 From: Julio Montoya Date: Fri, 18 Dec 2020 15:31:35 +0100 Subject: [PATCH] CSS: Fix footer in the middle of the page --- app/Resources/public/css/themes/chamilo/custompage.css | 3 --- 1 file changed, 3 deletions(-) diff --git a/app/Resources/public/css/themes/chamilo/custompage.css b/app/Resources/public/css/themes/chamilo/custompage.css index 7312c63e1e..66ab9248a3 100644 --- a/app/Resources/public/css/themes/chamilo/custompage.css +++ b/app/Resources/public/css/themes/chamilo/custompage.css @@ -3,9 +3,6 @@ --success-color: #16D090; } -body, html { - height: 100%; -} body { margin: 0; line-height: 1.5;