Skip to content

Commit

Permalink
Tune timeline
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam Plesnik committed Nov 27, 2024
1 parent 2439c6a commit 95987b9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/content/CvTimeline.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ const CvTimeline = ({ print }: { print?: boolean }) => {
print={print}
/>
<TimelineItem year={'2008\u20132010'} desc="Freelance web designer" em print={print} />
<TimelineItem year={2010} desc="Master of Architecture" print={print} />
<TimelineItem year={2010} desc="Master of Architecture, Bratislava" print={print} />
<TimelineItem year={'2011\u20132012'} desc="Web designer in Websupport" em print={print} />
<TimelineItem
year={'2013\u2013now'}
Expand All @@ -33,7 +33,7 @@ const CvTimeline = ({ print }: { print?: boolean }) => {
<TimelineItem
year={'Occasionally'}
desc="Portrait photographer"
className="mb-80"
className={clsx(!print && 'mb-80')}
em
print={print}
/>
Expand Down

0 comments on commit 95987b9

Please sign in to comment.