diff --git a/client/src/pages/login/Login.jsx b/client/src/pages/login/Login.jsx index f044c0f..0e9e6c2 100644 --- a/client/src/pages/login/Login.jsx +++ b/client/src/pages/login/Login.jsx @@ -54,7 +54,7 @@ const Login = () => {
Registre-se
diff --git a/client/src/pages/login/login.scss b/client/src/pages/login/login.scss index 3bf94c4..0d44739 100644 --- a/client/src/pages/login/login.scss +++ b/client/src/pages/login/login.scss @@ -14,6 +14,11 @@ font-family: 'Roboto', sans-serif; height: 100vh; display: flex; align-items: center; + justify-content: center; + + @media(max-width: 64rem) { + background: var(--white); + } .content { display: flex; @@ -24,6 +29,7 @@ font-family: 'Roboto', sans-serif; margin: 0 auto; @media (max-width: 64rem) { width: 100%; + gap: 0; } .left { @@ -55,7 +61,7 @@ font-family: 'Roboto', sans-serif; gap: 40px; justify-content: center; @media (max-width: 64rem) { - min-width: 100%; + min-width: unset; width: 100%; } diff --git a/client/src/pages/register/Register.jsx b/client/src/pages/register/Register.jsx index ec9292a..f4e7831 100644 --- a/client/src/pages/register/Register.jsx +++ b/client/src/pages/register/Register.jsx @@ -66,7 +66,7 @@ const Register = () => { onChange={handleChange} /> {err && err} - +