Skip to content

Commit

Permalink
chore: styling of the title
Browse files Browse the repository at this point in the history
  • Loading branch information
tomwisecodes committed Aug 28, 2024
1 parent 895f656 commit 2a7d926
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/nextjs/src/components/Feedback/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ const FeedBack = ({
>
<label
htmlFor={question.question}
className="mb-16 text-center text-xl "
className="mb-16 text-left text-2xl font-bold"
>
{question.question}
</label>
Expand Down

0 comments on commit 2a7d926

Please sign in to comment.