Skip to content

Commit

Permalink
fix(project-link-centered): centered links in the project card
Browse files Browse the repository at this point in the history
  • Loading branch information
Nishaaaanth committed Mar 28, 2023
1 parent f6bd676 commit 4b339ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/GetProjects.js
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ const GetProjects = () => {
</p>
</div>
</div>
<div className="bg-red my-[10px] mt-auto flex h-10 w-full items-center self-end">
<div className="bg-red my-[10px] mt-auto flex h-10 w-full items-center self-end justify-evenly pl-2.5">
<a
className={
project.live_link === ""
Expand Down

0 comments on commit 4b339ca

Please sign in to comment.