Skip to content

Commit

Permalink
Small fix for responsiveness of experiences component
Browse files Browse the repository at this point in the history
  • Loading branch information
mpourismaiel committed Sep 28, 2024
1 parent 2fe924a commit 5e678e2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/Experiences.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ export const Experiences = () => {
<Tabs
defaultValue={resume[0].company}
orientation="vertical"
className="flex gap-4"
className="flex flex-col lg:flex-row gap-4"
>
<div className="flex flex-col">
<TabsList className="w-[300px] justify-start p-4">
<TabsList className="w-full lg:w-[300px] justify-start p-4">
{resume.map(experience => (
<TabsTrigger
key={`trigger-${experience.company}`}
Expand Down

0 comments on commit 5e678e2

Please sign in to comment.