Skip to content

Commit

Permalink
Fix rounded FAQ
Browse files Browse the repository at this point in the history
  • Loading branch information
thomas-kl1 committed Feb 3, 2025
1 parent c4098f7 commit b3ff660
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/contact/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ export default function Page() {
{t('faq:description')}
</Typography>
</ContentMedia>
<div className="bg-white rounded-3xl p-4 md:p-8">
<div className="bg-white rounded-xl p-4 md:p-8">
<Typography
variant="h2"
color="dark"
Expand Down

0 comments on commit b3ff660

Please sign in to comment.