Skip to content

Commit d638dc9

Browse files
authored
docs: Increase Wallet Demo margin (#741)
1 parent 0888a68 commit d638dc9

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.changeset/real-guests-repeat.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@coinbase/onchainkit": patch
3+
---
4+
5+
- **docs**: Add Wallet Demo margin to avoid overlapping neighbor divs. By @cpcramer #741

site/docs/components/WalletDemo.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ import { color } from '@coinbase/onchainkit/theme';
1919

2020
export function WalletDemo() {
2121
return (
22-
<div className="mb-16 flex justify-center">
22+
<div className="mt-10 mb-28 flex justify-center">
2323
<Wallet>
2424
<ConnectWallet>
2525
<Avatar className="h-6 w-6" />

0 commit comments

Comments
 (0)