Browse Source

Update the password reset pages to be mobile friendly.

Lee Morgan 5 năm trước cách đây
mục cha
commit
44a248f771
1 tập tin đã thay đổi với 2 bổ sung1 xóa
  1. 2 1
      views/passwordResetPages/passwordReset.css

+ 2 - 1
views/passwordResetPages/passwordReset.css

@@ -30,7 +30,8 @@ body{
 
 @media screen and (max-width: 600px){
     .form{
-        width: 350px;
+        max-width: 90vw;
+        padding: 0;
     }
 
         .email{