Skip to content

Commit

Permalink
a
Browse files Browse the repository at this point in the history
  • Loading branch information
Megumiiiiii committed Feb 17, 2024
1 parent a9b0165 commit d779e7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/WorkExperience.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ export default function WorkExperience({}: Props) {
Experience
</h4>
<div className='relative w-full flex overflow-x-scroll snap-x snap-mandatory z-20 scrollbar scrollbar-track-pink-200 scrollbar-thumb-pink-500'>
<ExperienceCard2 />
<ExperienceCard />
<ExperienceCard1 />
<ExperienceCard2 />
</div>
<div className='w-full absolute top-[30%] bg-pink-500/30 left-0 h-[300px] -skew-y-12 transform-gpu' />
</motion.div>
Expand Down

1 comment on commit d779e7b

@vercel
Copy link

@vercel vercel bot commented on d779e7b Feb 17, 2024

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.