remove footer in not-approved page if using 2018

This commit is contained in:
Thomas G 2022-08-08 03:39:33 +10:00
parent 8af39ea9be
commit f8bb9b702c
1 changed files with 6 additions and 0 deletions

View File

@ -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;