Skip to content
This repository has been archived by the owner on Nov 14, 2024. It is now read-only.

Commit

Permalink
CTA Reduce Font SIze Mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
anthonytedja committed Jan 12, 2024
1 parent 85b6d7f commit 56388df
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion components/HomePage/About/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,12 @@ const About = () => {
pt="2rem"
textAlign={{ xs: 'center', md: 'start' }}
>
<Typography variant="h2" color="text.secondary" gutterBottom>
<Typography
variant="h2"
color="text.secondary"
gutterBottom
sx={{ fontSize: { xs: '1rem', md: 'revert' } }}
>
Welcome to the University of Toronto Mississauga's premier hackathon event{' '}
<NearMeRoundedIcon
color="success"
Expand Down

0 comments on commit 56388df

Please sign in to comment.