Skip to content

Commit

Permalink
Fix FAQ rwd
Browse files Browse the repository at this point in the history
  • Loading branch information
thomas-kl1 committed Feb 2, 2025
1 parent f24386c commit 6e6da69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Faq/Faq.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ const Faq = ({
];

const displayClass = display === 'grid'
? 'grid grid-cols-2 gap-6'
? 'grid grid-cols-1 md:grid-cols-2 gap-6'
: 'flex flex-col gap-4';
limit ??= faqList.length;

Expand Down

0 comments on commit 6e6da69

Please sign in to comment.