Skip to content

Commit

Permalink
switch to h1 mantaining original text size
Browse files Browse the repository at this point in the history
  • Loading branch information
MarBert committed Dec 20, 2024
1 parent 3f202f7 commit 5aee3e7
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,11 @@ export const Abstract: React.FC<AbstractProps> = ({
{overline}
</Typography>
)}
<Typography color={textColor} variant='h4'>
<Typography
color={textColor}
variant='h1'
sx={{ fontSize: '2rem !important', lineHeight: '1.125 !important' }}
>
{title}
</Typography>
{description && (
Expand Down

0 comments on commit 5aee3e7

Please sign in to comment.