diff --git a/css/global.css b/css/global.css index b0b2ec0..5ac8aff 100644 --- a/css/global.css +++ b/css/global.css @@ -913,6 +913,21 @@ a:hover { height: 135px; } + + + + @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;