From ee55e8f332f4992794d2fd50d6856d4f2e39f3be Mon Sep 17 00:00:00 2001 From: MattTheTekie Date: Sat, 28 Mar 2026 17:40:29 -0400 Subject: [PATCH] chore: fixes --- css/global.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/css/global.css b/css/global.css index 582454b..e669034 100644 --- a/css/global.css +++ b/css/global.css @@ -912,17 +912,17 @@ a:hover { @media (min-width: 1025px) and (max-width: 1919px) { .left_banner, .right_banner { - width: 200px; - height: 330px; + width: 170px; + height: 280px; } .left_banner { - top: 160px; + top: 150px; left: 10px; } .right_banner { - top: 110px; + top: 100px; right: 10px; } }