From a5c1a7d6b11cf94266b18bb95e8696460ee7c15c Mon Sep 17 00:00:00 2001 From: MattTheTekie Date: Sat, 28 Mar 2026 17:33:40 -0400 Subject: [PATCH] chore: fixes --- css/global.css | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/css/global.css b/css/global.css index e04083c..b7210e1 100644 --- a/css/global.css +++ b/css/global.css @@ -871,17 +871,16 @@ a:hover { } -/* 4K / ultrawide screens */ @media (min-width: 2560px) { .left_banner { - left: 20px; /* closer to edge */ - top: 220px; /* slightly tighter vertical position */ + left: calc(40px + 5vw); + top: 220px; } .right_banner { - right: 20px; /* closer to edge */ - top: 130px; /* slightly tighter vertical position */ + right: calc(40px + 5vw); + top: 130px; } }