chore: fixes

This commit is contained in:
MattTheTekie 2026-03-28 18:19:53 -04:00
commit 698cc81086

View file

@ -821,7 +821,7 @@ a:hover {
/* =========================
* BASE (1920 DESIGN)
= *======================== */
* = *======================== */
.left_banner,
.right_banner {
position: fixed;
@ -853,7 +853,7 @@ a:hover {
/* =========================
* SMALL LAPTOPS (12001600)
= *======================== */
* = *======================== */
@media (max-width: 1600px) {
.left_banner,
.right_banner {
@ -875,7 +875,7 @@ a:hover {
/* =========================
* MOBILE
= *======================== */
* = *======================== */
@media (max-width: 1024px) {
.left_banner,
.right_banner {
@ -916,48 +916,3 @@ a:hover {
}
}
@media (min-width: 2000px) {
.left_banner {
width: 520px !important;
height: 850px !important;
top: 280px !important;
left: 20px !important;
right: auto !important;
}
.right_banner {
width: 520px !important;
height: 850px !important;
top: 180px !important;
right: 20px !important;
left: auto !important;
}
}
@media (min-width: 2000px) {
.left_banner {
width: 520px !important;
height: 850px !important;
top: 280px !important;
left: 20px !important;
right: auto !important;
}
.right_banner {
width: 520px !important;
height: 850px !important;
top: 180px !important;
right: 20px !important;
left: auto !important;
}
}