mirror of
https://github.com/mailcow/mailcow-dockerized.git
synced 2026-05-10 14:05:24 +00:00
[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