From 9b0725fb03f9d39485e92e473da20923978d02a1 Mon Sep 17 00:00:00 2001 From: MattTheTekie Date: Sat, 28 Mar 2026 18:18:46 -0400 Subject: [PATCH] chore: fixes --- css/global.css | 44 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 44 insertions(+) diff --git a/css/global.css b/css/global.css index 4ced72c..cca29d6 100644 --- a/css/global.css +++ b/css/global.css @@ -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; + } +}