diff --git a/apps/frontend/src/screens/Dashboard.tsx b/apps/frontend/src/screens/Dashboard.tsx index 63cfd8f..8279455 100644 --- a/apps/frontend/src/screens/Dashboard.tsx +++ b/apps/frontend/src/screens/Dashboard.tsx @@ -266,13 +266,13 @@ function Dashboard() { type="text" autoFocus placeholder="Enter quiz title..." - className="input-field mb-6 py-3 px-5 font-bold tracking-wider font-secondary outline-none border border-pink-800 w-96 rounded-xl text-gray-300" + className="input-field mb-6 py-3 px-5 font-bold tracking-wider font-secondary outline-none border border-pink-800 sm:w-96 min-w-60 m-auto rounded-xl text-gray-300" value={newTitle} onChange={e => setNewTitle(e.target.value)} />