diff --git a/src/pages/skills.tsx b/src/pages/skills.tsx index c3a8492..a337320 100644 --- a/src/pages/skills.tsx +++ b/src/pages/skills.tsx @@ -22,7 +22,7 @@ export default function Skills() { Skills and technologies I use to build things.

-
+
{skills.map(({ name, icon, href, bg }) => ( :nth-child(#{$i}) { - animation-delay: #{$i / 10}s; + // animation-delay: #{$i / 10}s; + animation-delay: 0.2s; } }