diff --git a/src/components/loginform/loginForm.module.css b/src/components/loginform/loginForm.module.css index b726fa7..f2908de 100644 --- a/src/components/loginform/loginForm.module.css +++ b/src/components/loginform/loginForm.module.css @@ -33,6 +33,7 @@ input::placeholder{ .inputContainer { padding: 15px; + width: 100%; } .loginButton { diff --git a/src/pages/Register/RegisterPage.jsx b/src/pages/Register/RegisterPage.jsx index 2046c9a..f0547c3 100644 --- a/src/pages/Register/RegisterPage.jsx +++ b/src/pages/Register/RegisterPage.jsx @@ -117,7 +117,7 @@ function RegisterPage() {