Skip to content

Commit

Permalink
Enhanced responsive design experience (especially for mobile)
Browse files Browse the repository at this point in the history
  • Loading branch information
raphaeling committed Oct 28, 2023
1 parent 2c655c1 commit 63cbbc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/(pages)/experience/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import FadeIn from '@/components/root/FadeIn';

export default function Experience(): JSX.Element {
return (
<div className='pt-20'>
<div className='pt-16 sm:pt-20'>
<PageHeading title='Experience.'>
<h2 className='text-2xl text-light font-thin pb-8'>
Things I’ve done.
Expand Down

0 comments on commit 63cbbc1

Please sign in to comment.