From 698cc810861a373aefde14c5f117b660a9450955 Mon Sep 17 00:00:00 2001 From: MattTheTekie Date: Sat, 28 Mar 2026 18:19:53 -0400 Subject: [PATCH] chore: fixes --- css/global.css | 51 +++----------------------------------------------- 1 file changed, 3 insertions(+), 48 deletions(-) diff --git a/css/global.css b/css/global.css index cca29d6..0d09ea2 100644 --- a/css/global.css +++ b/css/global.css @@ -821,7 +821,7 @@ a:hover { /* ========================= * BASE (1920 DESIGN) - = *======================== */ + * = *======================== */ .left_banner, .right_banner { position: fixed; @@ -853,7 +853,7 @@ a:hover { /* ========================= * SMALL LAPTOPS (1200–1600) - = *======================== */ + * = *======================== */ @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; - } -}