Make login and sign up form responsive

This commit is contained in:
nimbleghost
2023-06-26 23:34:22 +02:00
parent fd5bfd161d
commit 4a1adaeab2
3 changed files with 16 additions and 15 deletions

View File

@@ -52,7 +52,7 @@ const Signup = () => {
return (
<AvatarBox>
<Typography sx={{ typography: "h6" }}>{t("signup_title")}</Typography>
<Box component="form" onSubmit={handleSubmit} noValidate sx={{ mt: 1, maxWidth: 400 }}>
<Box component="form" onSubmit={handleSubmit} noValidate sx={{ mt: 1 }}>
<TextField
margin="dense"
required