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
1 changed files with 4 additions and 2 deletions

View File

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