style for mobile

This commit is contained in:
Christian Cueni 2019-04-08 09:51:42 +02:00
parent e3575bcf97
commit 236afbeb4f
2 changed files with 10 additions and 1 deletions

View File

@ -61,7 +61,7 @@
.reset-form { .reset-form {
width: 50%; width: 50%;
@media screen and (max-width: 480px) { @media screen and (max-width: 1024px) {
width: 100%; width: 100%;
} }
} }

View File

@ -73,4 +73,13 @@
<style scoped lang="scss"> <style scoped lang="scss">
@import "@/styles/_variables.scss"; @import "@/styles/_variables.scss";
.password-reset {
padding: $medium-spacing;
@media screen and (max-width: 1024px) {
max-width: 640px;
margin: 0 auto;
}
}
</style> </style>