Skip to content

Commit

Permalink
Merge pull request #6 from dappcamp/staging
Browse files Browse the repository at this point in the history
Increase grid spacing
  • Loading branch information
itsharshag authored Jun 3, 2022
2 parents 1315a99 + cb39e2f commit 9fe4dfa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ export default function Home({ tools }: { tools: Array<any> }) {
className="px-2 mt-4 lg:my-0 flex-1"
>
<div
className="mb-8 grid grid-cols-4 gap-x-8 gap-y-12 px-4 text-center"
className="mb-8 grid grid-cols-4 gap-x-12 gap-y-16 px-4 text-center"
style={{
width: 'max-content',
height: 'max-content',
Expand Down

1 comment on commit 9fe4dfa

@vercel
Copy link

@vercel vercel bot commented on 9fe4dfa Jun 3, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

landscape – ./

landscape-dappcamp.vercel.app
landscape-git-master-dappcamp.vercel.app
landscape.dappcamp.xyz

Please sign in to comment.