Skip to content

Commit 0de86bb

Browse files
authored
🐛 FIX: /docs CTA button responsiveness (#10)
1 parent 903e8d4 commit 0de86bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/baseai.dev/src/components/ui/cta-buttons.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ export function CTAButtons({
4343
};
4444

4545
return (
46-
<div className={cn('not-prose mb-16 mt-12 flex gap-3', className)}>
46+
<div className={cn('not-prose mb-16 mt-12 flex gap-3 flex-wrap', className)}>
4747
{primary && (
4848
<LinkWrapper href={primary.href}>
4949
<Button

0 commit comments

Comments
 (0)