diff --git a/css/global.css b/css/global.css index 5ac8aff..f461c54 100644 --- a/css/global.css +++ b/css/global.css @@ -914,20 +914,6 @@ a:hover { } - - - @media (max-height: 1080px) and (max-width: 1024px) { - .left_banner { - position: fixed; - bottom: 20px; - top: auto; - left: 10px; - - width: 80px; - height: 135px; - } - } - .left_banner { top: 120px; left: 8px; @@ -938,3 +924,14 @@ a:hover { right: 8px; } } + + + +@media (max-height: 1080px) { + .left_banner { + top: auto !important; + bottom: 20px !important; + left: 10px; + position: fixed; + } +}