Skip to content

Commit

Permalink
Removed body font size changes at different breakpoints
Browse files Browse the repository at this point in the history
  • Loading branch information
raphaeling committed Oct 28, 2023
1 parent 3a36b57 commit 4434c34
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/components/home/Hero.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ export default function Hero(): JSX.Element {
</h2>
</PageHeading>
<FadeIn order={2}>
<div className='font-thin text-base sm:text-lg leading-6'>
<div className='font-thin text-lg leading-6'>
<p>
I’m a lover of software engineering, design, community, and paving intersections in between.
</p>
Expand Down Expand Up @@ -96,7 +96,9 @@ export default function Hero(): JSX.Element {
students in tech at ACM at UCLA and hosted dev workshops and panels for high school students from underserved
areas of Los Angeles at exploretech.la. */}
</p>
<PageButton label='View my resume' href='/assets/resume.pdf' className='bg-light hover:bg-lighter text-white font-display text-darker font-bold py-2 px-4 mt-8' />
<FadeIn>
<PageButton label='View my resume' href='/assets/resume.pdf' className='bg-light hover:bg-lighter text-white font-display text-darker font-bold py-2 px-4 mt-8' />
</FadeIn>
</div>
</FadeIn>
</div>
Expand Down

0 comments on commit 4434c34

Please sign in to comment.