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

Commit

Permalink
Fix answers heading fontSize
Browse files Browse the repository at this point in the history
  • Loading branch information
ianrohde committed Feb 7, 2024
1 parent 4f95bc5 commit 35dec8c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export function Answers({
<Heading
as={hasProblems ? 'h4' : 'h3'}
color="gray.800"
fontSize={{ base: '24px', sm: '30px' }}
fontSize={{ base: '20px', mdPlus: '24px' }}
fontWeight="medium"
lineHeight="115%"
>
Expand Down

0 comments on commit 35dec8c

Please sign in to comment.