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; + } +}