chore: fixes

This commit is contained in:
MattTheTekie 2026-03-28 17:39:49 -04:00
commit b4cc20fe87

View file

@ -902,3 +902,27 @@ a:hover {
display: none !important;
}
}
/* =========================
* TABLET 1920 (SMALLER VERSION)
* = *======================== */
@media (min-width: 1025px) and (max-width: 1919px) {
.left_banner,
.right_banner {
width: 200px;
height: 330px;
}
.left_banner {
top: 160px;
left: 10px;
}
.right_banner {
top: 110px;
right: 10px;
}
}