diff options
-rw-r--r-- | css/style.css | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/css/style.css b/css/style.css index 2aedb05..e2bf78e 100644 --- a/css/style.css +++ b/css/style.css @@ -36,7 +36,6 @@ hr { margin-bottom: .9em; } - #screen { position: absolute; top: 35px; @@ -51,6 +50,10 @@ hr { margin-left: auto; } +@media only screen and (max-width: 480px) { + #screen { top: 57px; } +} + .right { float: right;} .message, .profile { |