Make the background images closer to exactly the same size on /welcome, #338

This commit is contained in:
idk
2021-10-21 13:40:28 -04:00
parent 1e70849bde
commit 4217a05ae9

View File

@@ -4887,13 +4887,14 @@ img.wizard.progress {
}
.wizardimg {
max-width: 50%;
max-width: 75%;
max-height: 100%;
margin: auto;
top: 0;
z-index: 0;
position: absolute;
right: 0%;
mix-blend-mode: multiply;
margin-left: 40%;
margin-top: -10%;
position: relative;
}
.langselect:hover {