Skip to content

Commit

Permalink
feat: add back skills fade-in
Browse files Browse the repository at this point in the history
  • Loading branch information
cubedhuang committed Jul 22, 2022
1 parent 6d42c5e commit c5c2344
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/skills.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ export default function Skills() {
Skills and technologies I use to build things.
</p>

<div className="grid grid-cols-3 xs:grid-cols-4 sm:grid-cols-5 gap-2 sm:gap-4">
<div className="fade-in grid grid-cols-3 xs:grid-cols-4 sm:grid-cols-5 gap-2 sm:gap-4">
{skills.map(({ name, icon, href, bg }) => (
<a
key={icon}
Expand Down

1 comment on commit c5c2344

@vercel
Copy link

@vercel vercel bot commented on c5c2344 Jul 22, 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:

danonl – ./

danonl-cubed.vercel.app
dannext.vercel.app
www.dan.onl
dan.onl
danonl-git-main-cubed.vercel.app

Please sign in to comment.