chore: fixes

This commit is contained in:
MattTheTekie 2026-03-28 17:46:15 -04:00
commit 3e29e9f3c9

View file

@ -907,22 +907,22 @@ a:hover {
/* =========================
* TABLET 1920 (SLIGHTLY SMALLER)
* TABLET 1920 (MUCH SMALLER)
= *======================== */
@media (min-width: 1025px) and (max-width: 1800px) {
@media (min-width: 1025px) and (max-width: 1919px) {
.left_banner,
.right_banner {
width: 125px;
height: 205px;
width: 90px;
height: 150px;
}
.left_banner {
top: 135px;
left: 10px;
top: 120px;
left: 8px;
}
.right_banner {
top: 90px;
right: 10px;
top: 80px;
right: 8px;
}
}