[web] interviews/marketing: fix asset card description font size in homepage (#975)

This commit is contained in:
Nitesh Seram 2024-11-15 07:43:24 +05:30 committed by GitHub
parent 054152ddeb
commit 5dd952e705
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 9 additions and 3 deletions

View File

@ -191,8 +191,11 @@ export default function InterviewsMarketingPrepResourcesByBigTechEngineers() {
))}
</div>
<Text
className={clsx('px-6 md:px-4 lg:px-6')}
size="body2"
className={clsx(
'px-6 md:px-4 lg:px-6',
'text-sm lg:text-base',
)}
size="inherit"
weight="medium">
{item.label}
</Text>

View File

@ -108,7 +108,10 @@ export default function InterviewsMarketingSimulateRealInterviews() {
<div className={clsx('relative py-3 lg:h-[180px]')}>
<ImageSVG />
</div>
<Text size="body2" weight="medium">
<Text
className="text-sm lg:text-base"
size="inherit"
weight="medium">
{label}
</Text>
</Card>