Fistmas: ...but account for small screens

pull/79/head
Nekobit 2022-12-16 20:20:38 -05:00 committed by geese_suck
parent 85b82842ce
commit 69fe6f313a
Signed by: geese_suck
GPG Key ID: 4D09E4B0A7264746
1 changed files with 9 additions and 1 deletions

View File

@ -277,8 +277,16 @@ body {
left: 1.5rem;
transform: rotate(-3deg);
pointer-events: none;
z-index: 9999;
}
/* Need to account for small screens */
@media screen and (min-height: 800px) {
#sign {
z-index: 999999;
}
}
#sign > img {
width: 156px;
}