mirror of
https://github.com/discourse/discourse.git
synced 2024-11-22 16:02:46 +08:00
FIX: change max-width size to make the background image expand the same width as the browser (#24004)
This commit is contained in:
parent
a6b570681b
commit
f42f54d58f
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue
Block a user