File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -215,10 +215,9 @@ const QuizForm: FC<Props> = ({
215215 </ svg >
216216 </ button >
217217 < div className = "flex justify-center relative w-[15%] z-[1]" >
218- < span className = "absolute text-white opacity-10 font-bold text-6xl bottom-0 right-0 -z-[1] select-none" >
218+ < span className = "absolute text-white opacity-10 font-bold text-6xl bottom-0 -z-[1] select-none" >
219219 Q& A
220220 </ span >
221-
222221 < input
223222 className = "w-[40px] text-white rounded-l-md border outline-0 border-slate-700 bg-slate-900 text-center text-md [-moz-appearance:_textfield] [&::-webkit-inner-spin-button]:m-0 [&::-webkit-inner-spin-button]:appearance-none [&::-webkit-outer-spin-button]:m-0 [&::-webkit-outer-spin-button]:appearance-none"
224223 type = "number"
You can’t perform that action at this time.
0 commit comments