From 995665d29c47ad427061c2e23b5bd77c8b4336c4 Mon Sep 17 00:00:00 2001 From: MattTheTekie Date: Sat, 28 Mar 2026 17:47:12 -0400 Subject: [PATCH] chore: fixes --- css/global.css | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/css/global.css b/css/global.css index 11ca709..02a5f56 100644 --- a/css/global.css +++ b/css/global.css @@ -906,23 +906,20 @@ a:hover { -/* ========================= - * TABLET → 1920 (A BIT LARGER) - = *======================== */ @media (min-width: 1025px) and (max-width: 1919px) { .left_banner, .right_banner { - width: 110px; - height: 180px; + width: 80px; + height: 135px; } .left_banner { - top: 125px; + top: 120px; left: 8px; } .right_banner { - top: 85px; + top: 80px; right: 8px; } }