diff --git a/static/stylesheet.css b/static/stylesheet.css index 9bd07fa..33b2225 100644 --- a/static/stylesheet.css +++ b/static/stylesheet.css @@ -57,7 +57,7 @@ a:hover { text-decoration: underline; } -@media (min-width:600px) { +@media (min-width:600px) and (min-height:700px) { .nimisin-poki { position: absolute; top: 50%; @@ -69,9 +69,8 @@ a:hover { } } -@media (max-width:600px) { +@media (max-width:600px) and (max-height:700px) { .nimisin-poki { - padding-bottom:60px; } }