Skip to content

Commit

Permalink
narratives: Add font styling on mobile
Browse files Browse the repository at this point in the history
Standardize font size across paragraphs on mobile narratives.
  • Loading branch information
kairstenfay committed Jan 31, 2020
1 parent eca3fb3 commit b2b0015
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/components/narrative/styles.js
Original file line number Diff line number Diff line change
Expand Up @@ -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%;
Expand Down

0 comments on commit b2b0015

Please sign in to comment.