Skip to content

Commit

Permalink
fix: small UI fix
Browse files Browse the repository at this point in the history
  • Loading branch information
KrustyC committed Feb 6, 2024
1 parent 96260b0 commit 4938a58
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/Home/Skills/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ export const Skills = () => (
className="flex flex-col"
>
<motion.h1 variants={variants} className="font-semibold text-5xl">
Expertise
Skills
</motion.h1>

<div className="mt-8 w-screen overflow-x-scroll lg:w-auto">
Expand Down Expand Up @@ -73,7 +73,7 @@ export const Skills = () => (
className="tracking-wider font-thin"
variants={variants}
>
SKILLS
EXPERTISE
</motion.span>

{SKILLS.map((skill, i) => (
Expand Down

0 comments on commit 4938a58

Please sign in to comment.