Skip to content

Commit

Permalink
style: improve mobile experience
Browse files Browse the repository at this point in the history
  • Loading branch information
bmenegidio committed Jul 18, 2024
1 parent fa89b5d commit d5aedbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/_components/experience/Experience.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export const Experience = () => (
<Content className={'p-10'}>
<Heading variant={'subtitle'}>Experiência Profissional</Heading>

<div className={'m-10'}>
<div className={'my-10 ml-10'}>
{experiencesData.map((item) => (
<Timeline.Item key={item.id}>
<div className={'flex flex-col gap-8'}>
Expand Down

0 comments on commit d5aedbc

Please sign in to comment.