Skip to content

Commit b896153

Browse files
committed
Shrink form on smaller screens
1 parent 94482ab commit b896153

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/screens/RegistrationScreen.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ export default function RegistrationScreen() {
6464

6565
return (
6666
<main className="bg-gradient-to-tr from-[#4AA6EB] to-[#F0424E] w-screen h-screen flex flex-col justify-center items-center">
67-
<div className="bg-white py-6 px-6 rounded-xl w-[580]">
67+
<div className="bg-white py-6 px-6 rounded-xl w-96 sm:w-[580]">
6868
{!error ? (
6969
<div>
7070
<h1 className="mb-1 text-xl font-semibold">Create Account</h1>

0 commit comments

Comments
 (0)