diff --git a/style.css b/style.css index 17ac99c..3ecdeb1 100644 --- a/style.css +++ b/style.css @@ -74,6 +74,16 @@ input[type="submit"]:hover { color: #222; } +@media screen and (max-height: 400px) { + #logo { + margin-bottom: 5px; + } + + .viewport { + padding-top: 5px; + } +} + #bottom-bar { background: #f2f2f2; border-top: 1px solid #e4e4e4;