Reduced font size in hero

This commit is contained in:
James Ketr 2025-06-20 12:44:57 -07:00
parent 7257e6d160
commit 2b1fbf2eaf

View File

@ -253,14 +253,14 @@ const HowItWorks: React.FC = () => {
component="h1"
sx={{
fontWeight: 700,
fontSize: { xs: '1.5rem', md: '2rem' },
fontSize: { xs: '1.25rem', md: '1.75rem' },
mb: 2,
color: 'white',
}}
>
Your complete professional story, beyond a single page
</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
Q&A and tailored resumes
</Typography>