[Web] Remove top padding on login screen for small devices

This commit is contained in:
andryyy
2019-07-23 21:33:24 +02:00
parent 91edf275b9
commit 85f20a901d
2 changed files with 8 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
@media (max-width: 500px) {
#top {
padding-top: 15px !important;
}
}