From e3724123f4b302ccda8de44b4a7708b595c36eeb Mon Sep 17 00:00:00 2001 From: MattTheTekie Date: Sat, 28 Mar 2026 17:42:11 -0400 Subject: [PATCH] chore: fixes --- css/global.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/global.css b/css/global.css index a77213a..7e660d8 100644 --- a/css/global.css +++ b/css/global.css @@ -909,7 +909,7 @@ a:hover { /* ========================= * TABLET → 1920 (SLIGHTLY SMALLER) = *======================== */ -@media (min-width: 1025px) and (max-width: 1919px) { +@media (min-width: 1025px) and (max-width: 1800px) { .left_banner, .right_banner { width: 125px;