From fcd7a2226c981d04df1db7c3fb0f3c4bb707397d Mon Sep 17 00:00:00 2001 From: MattTheTekie Date: Sat, 28 Mar 2026 17:58:24 -0400 Subject: [PATCH] chore: fixes --- css/global.css | 20 -------------------- 1 file changed, 20 deletions(-) diff --git a/css/global.css b/css/global.css index 8d7dd73..4ced72c 100644 --- a/css/global.css +++ b/css/global.css @@ -917,23 +917,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; - } -}