chore: fixes

This commit is contained in:
MattTheTekie 2026-03-28 17:46:48 -04:00
commit 7795921331

View file

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