From b2b00150bdfce459cb0fa01284f3a44e23739027 Mon Sep 17 00:00:00 2001 From: Kairsten Fay Date: Thu, 30 Jan 2020 19:37:43 -0800 Subject: [PATCH] narratives: Add font styling on mobile Standardize font size across paragraphs on mobile narratives. --- src/components/narrative/styles.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/components/narrative/styles.js b/src/components/narrative/styles.js index a7d1ca40b..f7181c2b2 100644 --- a/src/components/narrative/styles.js +++ b/src/components/narrative/styles.js @@ -203,6 +203,9 @@ export const MobileContentContainer = styled.div` overflow-y: scroll; color: ${(props) => props.theme.unselectedColor}; background-color: ${(props) => props.theme.background}; + font-weight: 300; + font-size: 14px; + line-height: 1.3; p, li { width: 90%;