From 3e29e9f3c959df097c5e3b66476aba14d441cdc1 Mon Sep 17 00:00:00 2001 From: MattTheTekie Date: Sat, 28 Mar 2026 17:46:15 -0400 Subject: [PATCH] chore: fixes --- css/global.css | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/css/global.css b/css/global.css index 7e660d8..d560f91 100644 --- a/css/global.css +++ b/css/global.css @@ -907,22 +907,22 @@ a:hover { /* ========================= - * TABLET → 1920 (SLIGHTLY SMALLER) + * TABLET → 1920 (MUCH SMALLER) = *======================== */ -@media (min-width: 1025px) and (max-width: 1800px) { +@media (min-width: 1025px) and (max-width: 1919px) { .left_banner, .right_banner { - width: 125px; - height: 205px; + width: 90px; + height: 150px; } .left_banner { - top: 135px; - left: 10px; + top: 120px; + left: 8px; } .right_banner { - top: 90px; - right: 10px; + top: 80px; + right: 8px; } }