From c0a6fac1b5ddccaef429eefe13d0ffc8bb3197e5 Mon Sep 17 00:00:00 2001 From: Brian Lovin Date: Sun, 13 Jan 2019 12:59:43 -0800 Subject: [PATCH] Better lineheight for longer description text on about apge --- components/Page/style.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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};