From 6115eaf52717817f965a1aec0b1161cb53a0b7e7 Mon Sep 17 00:00:00 2001 From: MattTheTekie Date: Sat, 28 Mar 2026 17:56:05 -0400 Subject: [PATCH] chore: fixes --- css/global.css | 42 ++++++++++++++++++++++-------------------- 1 file changed, 22 insertions(+), 20 deletions(-) diff --git a/css/global.css b/css/global.css index acfc562..1a49b28 100644 --- a/css/global.css +++ b/css/global.css @@ -873,26 +873,6 @@ a:hover { } - -@media (min-width: 2000px) { - - .left_banner, - .right_banner { - width: 520px; - height: 850px; - } - - .left_banner { - top: 280px; - left: 20px; - } - - .right_banner { - top: 180px; - right: 20px; - } -} - /* ========================= * MOBILE = *======================== */ @@ -935,3 +915,25 @@ a:hover { position: fixed; } } + + + + +@media (min-width: 1800px) { + + .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; + } +}