Skip to content

Commit

Permalink
fix(FAQ) font size and spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
TheLeoB committed May 7, 2018
1 parent a9bb9e6 commit 36aefdf
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 9 deletions.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ const Wrapper = styled.div`
align-items: flex-start;
width: 100%;
padding: 0;
margin-bottom: 5px;
box-sizing: border-box;
`

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ const Wrapper = styled.div`
display: ${props => props.toggled ? 'flex' : 'none'};
width: 100%;
font-family: 'Montserrat', Helvetica, sans-serif;
font-weight: 200;
font-size: 12px;
font-weight: 250;
font-size: 13px;
padding: 5px 0;
color: ${props => props.theme['gray-5']};
`
Expand Down

0 comments on commit 36aefdf

Please sign in to comment.