Skip to content

Commit

Permalink
chore: improves skills section
Browse files Browse the repository at this point in the history
  • Loading branch information
abdurezakfarah committed Sep 13, 2024
1 parent 54fa5ab commit a4d7f13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/portfolio/skills.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export function Skills({ skills: skillsSection }: SkillsProps) {
<section className="container py-16 md:px-16">
<Heading heading={heading} />

<div className="mt-10 flex flex-col flex-wrap justify-evenly gap-x-28 gap-y-12 md:mt-12 md:flex-row md:gap-y-14">
<div className="mt-10 flex flex-col flex-wrap gap-x-28 gap-y-12 md:mt-12 md:flex-row md:gap-y-14">
{skills?.map((categories) => (
<div key={categories?.title} className="mb-3 flex flex-col gap-5">
<h3 className="w-full text-left text-xl font-medium capitalize">
Expand Down

0 comments on commit a4d7f13

Please sign in to comment.