chore: fixes

This commit is contained in:
MattTheTekie 2026-03-28 17:40:57 -04:00
commit da2f89d4c4

View file

@ -907,22 +907,22 @@ a:hover {
/* =========================
* TABLET 1920 (SMALLER VERSION)
* TABLET 1920 (EVEN SMALLER)
* = *======================== */
@media (min-width: 1025px) and (max-width: 1919px) {
.left_banner,
.right_banner {
width: 170px;
height: 280px;
width: 140px;
height: 230px;
}
.left_banner {
top: 150px;
top: 140px;
left: 10px;
}
.right_banner {
top: 100px;
top: 95px;
right: 10px;
}
}