From 2bc07564e8dde4543ae299cc7569533d7fc7d8f6 Mon Sep 17 00:00:00 2001 From: Mathijs Date: Mon, 19 Jun 2023 22:05:50 +0200 Subject: [PATCH] footer fix --- assets/css/mrl.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/assets/css/mrl.css b/assets/css/mrl.css index 5963b52..c091b5e 100755 --- a/assets/css/mrl.css +++ b/assets/css/mrl.css @@ -93,12 +93,12 @@ #sectie_pagina { background-color: #171E26; - min-height: calc(100vh - 200px); + min-height: calc(100vh - 190px); padding-bottom: -100px; } #sectie_pagina_train { - min-height: calc(100vh - 290px); + min-height: calc(100vh - 190px); padding-bottom: -100px; background-image: url('/assets/afb/train.gif'); background-size: cover;