From b4cc20fe87cb015245c5a277696d537b73cf2529 Mon Sep 17 00:00:00 2001 From: MattTheTekie Date: Sat, 28 Mar 2026 17:39:49 -0400 Subject: [PATCH] chore: fixes --- css/global.css | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/css/global.css b/css/global.css index 11a1c0d..582454b 100644 --- a/css/global.css +++ b/css/global.css @@ -902,3 +902,27 @@ a:hover { display: none !important; } } + + + + +/* ========================= + * TABLET → 1920 (SMALLER VERSION) + * = *======================== */ +@media (min-width: 1025px) and (max-width: 1919px) { + .left_banner, + .right_banner { + width: 200px; + height: 330px; + } + + .left_banner { + top: 160px; + left: 10px; + } + + .right_banner { + top: 110px; + right: 10px; + } +}