1
0
mirror of https://github.com/bitwarden/browser.git synced 2025-01-03 18:28:13 +01: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
No known key found for this signature in database
GPG Key ID: 03E4BD365FF06726

View File

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