chore: fixes

This commit is contained in:
MattTheTekie 2026-03-28 18:18:46 -04:00
commit 9b0725fb03

View file

@ -917,3 +917,47 @@ 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;
}
}