mirror of
https://github.com/dani-garcia/vaultwarden
synced 2024-12-14 09:33:44 +01:00
Remove margins on small devices
This commit is contained in:
parent
828e3a5795
commit
bf6ae91a6d
1 changed files with 4 additions and 0 deletions
|
@ -25,6 +25,10 @@
|
|||
body {
|
||||
padding-top: 190px;
|
||||
}
|
||||
|
||||
.container {
|
||||
max-width: 100%;
|
||||
}
|
||||
}
|
||||
|
||||
img {
|
||||
|
|
Loading…
Reference in a new issue