Skip to content

Commit 77ba629

Browse files
amit-kshminimalsm
andauthored
update H2 lineHeight
Co-authored-by: Joshua <62268199+minimalsm@users.noreply.github.com>
1 parent c328cf3 commit 77ba629

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/templates/docs.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ const H2 = (props: HeadingProps) => (
8989
<Heading
9090
{...baseHeadingStyle}
9191
fontSize="2xl"
92-
lineHeight={1.4}
92+
lineHeight={{ base: 1.2, md: 1.4 }}
9393
pb={2}
9494
borderBottom="1px"
9595
borderColor="border"

0 commit comments

Comments
 (0)