remove footer in not-approved page if using 2018
This commit is contained in:
parent
8af39ea9be
commit
f8bb9b702c
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue