chore: fixes

This commit is contained in:
MattTheTekie 2026-03-28 17:41:24 -04:00
commit d86f5fc47e

View file

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