diff --git a/css/global.css b/css/global.css index 91c800d..a77213a 100644 --- a/css/global.css +++ b/css/global.css @@ -907,22 +907,22 @@ a:hover { /* ========================= - * TABLET → 1920 (EVEN SMALLER) - * = *======================== */ + * TABLET → 1920 (SLIGHTLY SMALLER) + = *======================== */ @media (min-width: 1025px) and (max-width: 1919px) { .left_banner, .right_banner { - width: 140px; - height: 230px; + width: 125px; + height: 205px; } .left_banner { - top: 140px; + top: 135px; left: 10px; } .right_banner { - top: 95px; + top: 90px; right: 10px; } }