Skip to content

Commit 084441b

Browse files
committed
fix: adjust gap size in responsive button group layout
1 parent a5aca93 commit 084441b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ export default function Home() {
9191
</Link>
9292
</Button>
9393
</div>
94-
<div className="mt-10 flex items-center gap-x-4 sm:hidden grid grid-cols-2">
94+
<div className="mt-10 flex items-center gap-x-2 sm:hidden grid grid-cols-2">
9595
<Button className="rounded-xl has-[svg]:pl-4 h-10 group col-span-1 w-full" asChild>
9696
<Link href="/docs/getting-started">
9797
Getting Started

0 commit comments

Comments
 (0)