Reduced font size in hero
This commit is contained in:
parent
7257e6d160
commit
2b1fbf2eaf
@ -253,14 +253,14 @@ const HowItWorks: React.FC = () => {
|
|||||||
component="h1"
|
component="h1"
|
||||||
sx={{
|
sx={{
|
||||||
fontWeight: 700,
|
fontWeight: 700,
|
||||||
fontSize: { xs: '1.5rem', md: '2rem' },
|
fontSize: { xs: '1.25rem', md: '1.75rem' },
|
||||||
mb: 2,
|
mb: 2,
|
||||||
color: 'white',
|
color: 'white',
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
Your complete professional story, beyond a single page
|
Your complete professional story, beyond a single page
|
||||||
</Typography>
|
</Typography>
|
||||||
<Typography variant="h5" sx={{ mb: 3, fontWeight: 400 }}>
|
<Typography variant="h5" sx={{ mb: 3, fontWeight: 400, fontSize: { xs: '1rem', md: '1.25rem' } }}>
|
||||||
Let potential employers discover the depth of your experience through interactive
|
Let potential employers discover the depth of your experience through interactive
|
||||||
Q&A and tailored resumes
|
Q&A and tailored resumes
|
||||||
</Typography>
|
</Typography>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user