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:
@@ -346,8 +346,10 @@ app-root {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@media only screen and (min-width: 601px) {
|
||||||
app-lock content {
|
app-lock content {
|
||||||
max-width: 600px;
|
padding: 0 35%;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
content {
|
content {
|
||||||
|
|||||||
Reference in New Issue
Block a user