aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--packages/dev-tools-pages/ts/components/Typography.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/dev-tools-pages/ts/components/Typography.tsx b/packages/dev-tools-pages/ts/components/Typography.tsx
index de4b64457..b3ed1b95c 100644
--- a/packages/dev-tools-pages/ts/components/Typography.tsx
+++ b/packages/dev-tools-pages/ts/components/Typography.tsx
@@ -21,7 +21,7 @@ const Gamma = styled.h4`
const Lead = styled.p`
font-size: 1.25rem;
-
+ line-height: 1.6;
${media.small`font-size: 1rem;`};
`;