From 22a936f0bfc7a4320b947c86e7c0ae8a9154691e Mon Sep 17 00:00:00 2001 From: Bert Peters Date: Mon, 29 Apr 2019 15:18:41 +0200 Subject: [PATCH] Compress layout on small screens. --- style.css | 10 ++++++++++ 1 file changed, 10 insertions(+) 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;