style for mobile
This commit is contained in:
parent
e3575bcf97
commit
236afbeb4f
|
|
@ -61,7 +61,7 @@
|
|||
.reset-form {
|
||||
width: 50%;
|
||||
|
||||
@media screen and (max-width: 480px) {
|
||||
@media screen and (max-width: 1024px) {
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -73,4 +73,13 @@
|
|||
<style scoped lang="scss">
|
||||
@import "@/styles/_variables.scss";
|
||||
|
||||
.password-reset {
|
||||
padding: $medium-spacing;
|
||||
|
||||
@media screen and (max-width: 1024px) {
|
||||
max-width: 640px;
|
||||
margin: 0 auto;
|
||||
}
|
||||
}
|
||||
|
||||
</style>
|
||||
|
|
|
|||
Loading…
Reference in New Issue