chore: fixes

This commit is contained in:
MattTheTekie 2026-03-28 17:47:12 -04:00
commit 995665d29c

View file

@ -906,23 +906,20 @@ a:hover {
/* =========================
* TABLET 1920 (A BIT LARGER)
= *======================== */
@media (min-width: 1025px) and (max-width: 1919px) {
.left_banner,
.right_banner {
width: 110px;
height: 180px;
width: 80px;
height: 135px;
}
.left_banner {
top: 125px;
top: 120px;
left: 8px;
}
.right_banner {
top: 85px;
top: 80px;
right: 8px;
}
}