Skip to content

Commit

Permalink
Beautify the homepage text (#409)
Browse files Browse the repository at this point in the history
* Beautify the homepage text

* Beautify the homepage text 2 - slight reorganization
  • Loading branch information
hannahkendall04 authored Feb 25, 2024
1 parent 721ba30 commit 1b2a000
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions src/components/HomePage/HothDescription.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,9 @@ const useStyles = makeStyles(theme => ({
textAlign: 'center',
fontSize: '4em',
fontWeight: theme.typography.fontWeightBold,
color: theme.palette.primary.main,
background: 'linear-gradient(199.69deg, #FF5F96 21.64%, #BD01FF 72.25%)',
WebkitBackgroundClip: 'text',
WebkitTextFillColor: 'transparent',
[theme.breakpoints.down('sm')]: {
fontSize: '3.5em'
},
Expand All @@ -41,8 +43,8 @@ const useStyles = makeStyles(theme => ({
catchphrase: {
textAlign: 'center',
fontSize: '2.5em',
fontWeight: theme.typography.fontWeightBold,
color: theme.palette.primary.dark,
fontWeight: 400,
color: theme.palette.secondary.light,
padding: theme.spacing(2),
[theme.breakpoints.down('sm')]: {
fontSize: '2em'
Expand Down Expand Up @@ -100,7 +102,7 @@ export default function HothDescription() {
Hack on the Hill?
</Typography>
<Typography variant='h2' className={classes.catchphrase}
style={{ fontWeight: 500, paddingBottom: isSmall ? theme.spacing(2) : theme.spacing(8) }}>
style={{ paddingBottom: isSmall ? theme.spacing(2) : theme.spacing(8) }}>
Explore. Build. Empower.
</Typography>
</hgroup>
Expand Down

0 comments on commit 1b2a000

Please sign in to comment.