From 58b9ee9a40669f4628bb097ecc39eebf1a3b8510 Mon Sep 17 00:00:00 2001 From: MattTheTekie Date: Sat, 28 Mar 2026 17:08:42 -0400 Subject: [PATCH] chore: fixes --- css/global.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/css/global.css b/css/global.css index 08a07aa..781b64d 100644 --- a/css/global.css +++ b/css/global.css @@ -855,9 +855,9 @@ a:hover { /* ========================= - * BELOW 1280 (HIDE) + * BELOW 1920 (HIDE) = *======================== */ -@media (max-width: 1279px) { +@media (max-width: 1920px) { .left_banner, .right_banner { display: none !important;