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