Improve login modal mobile styling
This commit is contained in:
parent
0de1780f6f
commit
c015886f4a
@ -71,5 +71,13 @@ export default defineComponent({
|
|||||||
width: calc(50% - 1.5rem);
|
width: calc(50% - 1.5rem);
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@media (max-width: 600px) {
|
||||||
|
flex-direction: column;
|
||||||
|
|
||||||
|
.form {
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
Loading…
Reference in New Issue
Block a user