FIX: change max-width size to make the background image expand the same width as the browser (#24004)

This commit is contained in:
Ella E 2023-10-19 11:19:13 -06:00 committed by GitHub
parent a6b570681b
commit f42f54d58f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -18,6 +18,10 @@ body.wizard {
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
Oxygen-Sans, Ubuntu, Cantarell, Arial, sans-serif;
.wrap {
max-width: 100%;
}
#wizard-main {
display: flex;
flex-direction: column;