Improve login modal mobile styling

This commit is contained in:
James Lyne 2021-09-01 02:13:44 +01:00
parent 0de1780f6f
commit c015886f4a

View File

@ -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>