chore: fixes

This commit is contained in:
MattTheTekie 2026-03-28 17:52:24 -04:00
commit 810b8e56b6

View file

@ -914,20 +914,6 @@ a:hover {
}
@media (max-height: 1080px) and (max-width: 1024px) {
.left_banner {
position: fixed;
bottom: 20px;
top: auto;
left: 10px;
width: 80px;
height: 135px;
}
}
.left_banner {
top: 120px;
left: 8px;
@ -938,3 +924,14 @@ a:hover {
right: 8px;
}
}
@media (max-height: 1080px) {
.left_banner {
top: auto !important;
bottom: 20px !important;
left: 10px;
position: fixed;
}
}