diff --git a/client/src/components/PasswordReset.vue b/client/src/components/PasswordReset.vue index f3258e27..4c2641eb 100644 --- a/client/src/components/PasswordReset.vue +++ b/client/src/components/PasswordReset.vue @@ -61,7 +61,7 @@ .reset-form { width: 50%; - @media screen and (max-width: 480px) { + @media screen and (max-width: 1024px) { width: 100%; } } diff --git a/client/src/pages/passwordReset.vue b/client/src/pages/passwordReset.vue index bdd5e3be..ef578ed8 100644 --- a/client/src/pages/passwordReset.vue +++ b/client/src/pages/passwordReset.vue @@ -73,4 +73,13 @@