We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 94482ab commit b896153Copy full SHA for b896153
src/screens/RegistrationScreen.tsx
@@ -64,7 +64,7 @@ export default function RegistrationScreen() {
64
65
return (
66
<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]">
+ <div className="bg-white py-6 px-6 rounded-xl w-96 sm:w-[580]">
68
{!error ? (
69
<div>
70
<h1 className="mb-1 text-xl font-semibold">Create Account</h1>
0 commit comments