set width of login_wrapper to 460px

This commit is contained in:
Uwe Steinmann 2023-05-22 16:21:13 +02:00
parent 61712715e0
commit 6ba69e0dca

View File

@ -3,7 +3,7 @@ body { /* Add top padding for full-width layout */
}
#login_wrapper {
margin: auto auto;
width: 360px;
width: 460px;
}
@media (max-width: 575px) {
#login_wrapper {