feat: cleaner width, closes #1 (yea thats it)
This commit is contained in:
parent
2c886f83e7
commit
82b517aa86
1 changed files with 7 additions and 2 deletions
|
@ -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;
|
||||
}
|
||||
}
|
Loading…
Add table
Reference in a new issue