We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56a3b8e commit 5da4e4bCopy full SHA for 5da4e4b
app/practice/page.tsx
@@ -58,7 +58,7 @@ const Practice: NextPage<{ searchParams: { url: string; name: string } }> = ({
58
if (questionsError) return <p>Oh no... {questionsError.message}</p>;
59
60
return (
61
- <div className="py-10 px-5 mb-6 sm:p-10 mx-auto w-5/6 sm:w-1/2 bg-slate-800 border-2 border-slate-700 rounded-lg">
+ <div className="py-10 px-5 mb-6 sm:p-10 mx-auto w-[90vw] lg:w-[60vw] 2xl:w-[45%] bg-slate-800 border-2 border-slate-700 rounded-lg">
62
<QuizForm
63
isLoading={loading || questionsLoading}
64
questionSet={data?.questionById}
0 commit comments