From d86f5fc47e0082cd8a96964464c871e61d2a4433 Mon Sep 17 00:00:00 2001 From: MattTheTekie Date: Sat, 28 Mar 2026 17:41:24 -0400 Subject: [PATCH] chore: fixes --- css/global.css | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/css/global.css b/css/global.css index 91c800d..a77213a 100644 --- a/css/global.css +++ b/css/global.css @@ -907,22 +907,22 @@ a:hover { /* ========================= - * TABLET → 1920 (EVEN SMALLER) - * = *======================== */ + * TABLET → 1920 (SLIGHTLY SMALLER) + = *======================== */ @media (min-width: 1025px) and (max-width: 1919px) { .left_banner, .right_banner { - width: 140px; - height: 230px; + width: 125px; + height: 205px; } .left_banner { - top: 140px; + top: 135px; left: 10px; } .right_banner { - top: 95px; + top: 90px; right: 10px; } }