diff --git a/frontend/src/pages/Login.tsx b/frontend/src/pages/Login.tsx index 2c67511..4916eee 100644 --- a/frontend/src/pages/Login.tsx +++ b/frontend/src/pages/Login.tsx @@ -5,6 +5,11 @@ import StatsStyling from "../styles/stats_styling"; const styles = StatsStyling; const API_BASE_URL = "http://localhost:5000"; +const controlStyle = { + width: "100%", + maxWidth: "100%", + boxSizing: "border-box" as const, +}; const LoginPage = () => { const navigate = useNavigate(); @@ -71,18 +76,17 @@ const LoginPage = () => { }; return ( -
@@ -92,11 +96,14 @@ const LoginPage = () => {
+
{error}
)} {info && ( -+
{info}
)} -