We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a68c31 commit f99dad7Copy full SHA for f99dad7
src/screens/SignInScreen.tsx
@@ -36,7 +36,7 @@ export default function SignInScreen() {
36
Please enter your credentials.
37
</h2>
38
</div>
39
- <form onSubmit={handleSubmit} className="w-80">
+ <form onSubmit={handleSubmit} className="w-64 sm:w-80">
40
<div className="mb-4">
41
<label
42
className="block text-gray-800 text-sm mb-2 font-light"
0 commit comments