From f8bb9b702c6cd2870a01e02e3f44090d4e323e34 Mon Sep 17 00:00:00 2001 From: Thomas G <62822072+Thomasluigi07@users.noreply.github.com> Date: Mon, 8 Aug 2022 03:39:33 +1000 Subject: [PATCH] remove footer in not-approved page if using 2018 --- public/css/2018.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/public/css/2018.css b/public/css/2018.css index 87669b2..aa63ce2 100644 --- a/public/css/2018.css +++ b/public/css/2018.css @@ -325,6 +325,12 @@ body { font-weight: 300; } +#footer_signup { + /*Remove this for now as i don't know a fix for the broken footer.*/ + /*Tersis, if you're seeing this, find a way to get the signup footer to work properly*/ + display: none; +} + #footer, #footer_signup { padding: 12px; background-color: #fff;