Skip to content

Commit f99dad7

Browse files
committed
Shrink form on smaller screen sizes
1 parent 2a68c31 commit f99dad7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/screens/SignInScreen.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ export default function SignInScreen() {
3636
Please enter your credentials.
3737
</h2>
3838
</div>
39-
<form onSubmit={handleSubmit} className="w-80">
39+
<form onSubmit={handleSubmit} className="w-64 sm:w-80">
4040
<div className="mb-4">
4141
<label
4242
className="block text-gray-800 text-sm mb-2 font-light"

0 commit comments

Comments
 (0)