This commit is contained in:
Luis Alvarez
2020-10-26 17:16:27 -05:00
13 changed files with 42 additions and 22 deletions

View File

@@ -59,7 +59,7 @@ const SignUpView: FC<Props> = () => {
}, [handleValidation])
return (
<div className="w-96 flex flex-col justify-between p-3">
<div className="w-80 flex flex-col justify-between p-3">
<div className="flex justify-center pb-12 ">
<Logo width="64px" height="64px" />
</div>