From 49ebef4f6a99be8b109c7aaace3a1c5e1d243874 Mon Sep 17 00:00:00 2001 From: Mathijs Date: Thu, 15 Jun 2023 22:16:43 +0200 Subject: [PATCH] footer fix --- assets/css/mrl.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/assets/css/mrl.css b/assets/css/mrl.css index be30134..e9c8142 100755 --- a/assets/css/mrl.css +++ b/assets/css/mrl.css @@ -104,7 +104,8 @@ #sectie_pagina { background-color: #171E26; - min-height: 595px; + min-height: calc(100vh - 260px); + padding-bottom: -100px; } #sectie_footer {