We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 61068a6 commit aedd80cCopy full SHA for aedd80c
src/app/signin/components/sign-in-form.tsx
@@ -73,7 +73,7 @@ export default function LoginForm() {
73
return (
74
<div className="w-full h-full flex justify-center items-center">
75
{shouldOpenForgetPasswordModal && <ForgetPasswordModal />}
76
- <form className="w-1/3 h-1/4 bg-white shadow-md rounded px-8 pt-6 pb-8">
+ <form className="w-full h-1/4 px-4 pt-3 pb-4 m-2 bg-white shadow-md rounded sm:w-1/3 sm:h-1/4 sm:px-8 sm:pt-6 sm:pb-8">
77
<InputForm
78
label="User username"
79
placeholder="User username"
0 commit comments