Fix auth layout on mobile (#1316)
This commit is contained in:
parent
3649573ba1
commit
cfbf08dbf5
@ -4,8 +4,9 @@
|
|||||||
|
|
||||||
<style>
|
<style>
|
||||||
.auth-container {
|
.auth-container {
|
||||||
width: 30rem;
|
width: 26rem;
|
||||||
margin: 2rem auto;
|
max-width: calc(100% - 2rem);
|
||||||
|
margin: 1rem auto;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
gap: 2rem;
|
gap: 2rem;
|
||||||
@ -79,5 +80,6 @@
|
|||||||
display: flex;
|
display: flex;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
gap: var(--gap-md);
|
gap: var(--gap-md);
|
||||||
|
flex-wrap: wrap;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user