feat: cleaner width, closes #1 (yea thats it)

This commit is contained in:
Artemis 2025-03-19 17:06:20 +01:00
parent 2c886f83e7
commit 82b517aa86

View file

@ -61,7 +61,6 @@ picture.block>img {
body {
margin: 0 auto 2em auto;
max-width: 700px;
}
footer {
@ -426,7 +425,7 @@ pre.recovery-key {
}
}
@media screen and (max-width: 700px) {
@media screen and (max-width: 800px) {
div.dual-fields {
flex-direction: column;
}
@ -448,4 +447,10 @@ pre.recovery-key {
div.fields.submit {
align-items: center;
}
}
@media screen and (min-width: 800px) {
.dual-fields>*:last-child {
flex: 2;
}
}