Skip to content

Commit

Permalink
Merge pull request #60 from knowankit/fix/padding-git-contribution
Browse files Browse the repository at this point in the history
feat: padding in git contribution
  • Loading branch information
knowankit authored Aug 2, 2022
2 parents 8058db6 + 2c2f1ea commit a395f8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/about/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const About = (): JSX.Element => {
<Box minHeight="90vh" id="about">
<Navbar />
<Introduction />
<Box display="flex" justifyContent="center" alignItems="center">
<Box display="flex" justifyContent="center" alignItems="center" p="1rem">
<GitHubCalendar username="knowankit" />
</Box>
</Box>
Expand Down

1 comment on commit a395f8b

@vercel
Copy link

@vercel vercel bot commented on a395f8b Aug 2, 2022

Choose a reason for hiding this comment

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

Please sign in to comment.