diff --git a/components/Page/style.js b/components/Page/style.js index 1462d61..0cc314a 100644 --- a/components/Page/style.js +++ b/components/Page/style.js @@ -50,8 +50,8 @@ export const SectionHeading = styled.div` export const Heading = styled.h3` font-size: 40px; font-weight: 800; - line-height: 1.2; color: ${theme.text.default}; + line-height: 1.2; @media (max-width: 968px) { max-width: 100%; @@ -63,7 +63,7 @@ export const Subheading = styled.h4` font-weight: 400; color: ${theme.text.tertiary}; margin-top: 12px; - line-height: 1.2; + line-height: 1.4; a { color: ${theme.text.default};