diff --git a/css/global.css b/css/global.css index 7e660d8..d560f91 100644 --- a/css/global.css +++ b/css/global.css @@ -907,22 +907,22 @@ a:hover { /* ========================= - * TABLET → 1920 (SLIGHTLY SMALLER) + * TABLET → 1920 (MUCH SMALLER) = *======================== */ -@media (min-width: 1025px) and (max-width: 1800px) { +@media (min-width: 1025px) and (max-width: 1919px) { .left_banner, .right_banner { - width: 125px; - height: 205px; + width: 90px; + height: 150px; } .left_banner { - top: 135px; - left: 10px; + top: 120px; + left: 8px; } .right_banner { - top: 90px; - right: 10px; + top: 80px; + right: 8px; } }