Skip to content

Commit

Permalink
added card to center
Browse files Browse the repository at this point in the history
  • Loading branch information
priyankarpal committed Mar 6, 2023
1 parent 659d7bf commit 8f20400
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/App.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@ function App() {
</div>
</div>

<div className="mt-8 grid grid-cols-1 gap-8 md:grid-cols-2 lg:grid-cols-3 m-[4rem]">
{/* Projects */}
<div className="mt-8 grid grid-cols-1 m-[6rem] gap-8 md:grid-cols-2 lg:grid-cols-3 ">
{/* Projects */}
{projects.map((project, i) => (
<ProjectCard
gh={project["gh-username"]}
Expand Down

1 comment on commit 8f20400

@vercel
Copy link

@vercel vercel bot commented on 8f20400 Mar 6, 2023

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:

projectshut – ./

projectshut-git-main-priyankarpal.vercel.app
projectshut-priyankarpal.vercel.app
projectshut.vercel.app

Please sign in to comment.