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);
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
@media (max-width: 600px) {
|
||||
flex-direction: column;
|
||||
|
||||
.form {
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
Loading…
Reference in New Issue
Block a user