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 ac2ddde commit 56a3b8eCopy full SHA for 56a3b8e
app/exam/page.tsx
@@ -92,7 +92,7 @@ const Exam: NextPage<{ searchParams: { url: string; name: string } }> = ({
92
const numberOfQuestions = data.randomQuestions.length || 0;
93
94
return (
95
- <div className="py-10 px-5 mb-6 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 mx-auto w-[90vw] lg:w-[60vw] 2xl:w-[45%] bg-slate-800 border-2 border-slate-700 rounded-lg">
96
<div>
97
<div className="px-2 sm:px-10 w-full flex flex-row justify-between items-center">
98
<p className="text-white font-bold text-sm sm:text-2xl">
0 commit comments