[Web] Remove top padding on login screen for small devices
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
@media (max-width: 500px) {
|
||||
#top {
|
||||
padding-top: 15px !important;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user