diff --git a/css/global.css b/css/global.css index d560f91..11ca709 100644 --- a/css/global.css +++ b/css/global.css @@ -907,22 +907,22 @@ a:hover { /* ========================= - * TABLET → 1920 (MUCH SMALLER) + * TABLET → 1920 (A BIT LARGER) = *======================== */ @media (min-width: 1025px) and (max-width: 1919px) { .left_banner, .right_banner { - width: 90px; - height: 150px; + width: 110px; + height: 180px; } .left_banner { - top: 120px; + top: 125px; left: 8px; } .right_banner { - top: 80px; + top: 85px; right: 8px; } }