Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Ayush Srivastava committed Feb 12, 2023
1 parent f1974b6 commit 32a3ee0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/Skills.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export const Skills = ({ skills }: Props) => {
Hover over a skill for current proficiency
</h3>

<div className={`grid grid-cols-${COLS} gap-3 md:gap-5 pt-20`}>
<div className={`grid grid-cols-4 gap-3 md:gap-5 pt-20`}>
{
skills?.slice(0, COLS).map( skill => (
<Skill key={skill._id} skill={skill} directionLeft />
Expand Down

1 comment on commit 32a3ee0

@vercel
Copy link

@vercel vercel bot commented on 32a3ee0 Feb 12, 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:

portfolio – ./

portfolio-ayush-sri.vercel.app
portfolio-git-main-ayush-sri.vercel.app
dev-ayush.vercel.app

Please sign in to comment.