Skip to content

Commit

Permalink
fix: bottom padding
Browse files Browse the repository at this point in the history
  • Loading branch information
ecp4224 committed Mar 1, 2024
1 parent d3e4445 commit 9661e59
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion packages/devnext/src/pages/demo.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -621,7 +621,7 @@ const Demo = () => {
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="icon" href="/favicon.ico" />
</Head>
<main style={{ paddingBottom: 50 }}>
<main style={{ paddingBottom: 100 }}>
<div style={{ padding: 20 }}>
<MetaMaskButton />
</div>
Expand Down Expand Up @@ -962,6 +962,11 @@ const Demo = () => {
</div>
</div>
</main>

<br></br>
<br></br>
<br></br>
<br></br>
<RPCHistoryViewer />
</>
);
Expand Down

0 comments on commit 9661e59

Please sign in to comment.