Skip to content

Commit

Permalink
Tweak homepage spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
Pabl0cks committed Mar 29, 2024
1 parent 267c0af commit f07871f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/nextjs/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -178,8 +178,8 @@ const Home: NextPage = () => {
>
{isFetchingAbi ? <span className="loading loading-spinner"></span> : "Load Contract"}
</button>
<div className="flex flex-col text-sm w-4/5">
<div className="mb-2 mt-4 text-center font-semibold">Quick Access</div>
<div className="flex flex-col text-sm w-4/5 mb-10 mt-14">
<div className="mb-2 text-center font-semibold">Quick Access</div>
<div className="flex justify-center w-full">
<Link
href="/0x6B175474E89094C44Da98b954EedeAC495271d0F/1"
Expand Down

0 comments on commit f07871f

Please sign in to comment.