1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-12 14:23:32 +00:00

To center the login prompt use a media query and padding instead

This commit is contained in:
Daniel James Smith
2021-10-12 23:24:05 +02:00
parent f860bcd548
commit b910708a31

View File

@@ -346,8 +346,10 @@ app-root {
}
}
@media only screen and (min-width: 601px) {
app-lock content {
max-width: 600px;
padding: 0 35%;
}
}
content {