Skip to content

Commit

Permalink
💄 set width
Browse files Browse the repository at this point in the history
  • Loading branch information
h-campos committed Apr 27, 2023
1 parent 17cdcae commit edfbe5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Quizz/Quizz.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ export const Quizz = () => {

return (
<>
<div className=' bg-zinc-300 rounded-md flex justify-between items-start flex-col p-6 relative'>
<div className=' bg-zinc-300 rounded-md flex justify-between items-start flex-col p-6 relative w-2/3'>
{currentPage !== quizzData.length ? (
<>
<div className='mb-4'>
Expand Down

1 comment on commit edfbe5d

@vercel
Copy link

@vercel vercel bot commented on edfbe5d Apr 27, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.