diff --git a/webshit/index.html b/webshit/index.html index 89fa249f..4f552158 100644 --- a/webshit/index.html +++ b/webshit/index.html @@ -58,6 +58,13 @@ white-space: pre-line; /* This will respect line breaks */ margin-bottom: 20px; /* Add some margin between the text and the close button*/ } + +@media only screen and (max-height: 850px) { + #menu { + margin-top: -70px; + } +} +