Skip to content
This repository has been archived by the owner on Jul 24, 2023. It is now read-only.

Commit

Permalink
fix(TitledCopy): decrease title size 2.7>2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
CanRau committed Oct 6, 2018
1 parent 7ca2926 commit f68d9a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/TitledCopy.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ const Container = styled.div(props => ({
}))

const Title = styled.h2(props => ({
fontSize: `2.7rem`,
fontSize: `2.5rem`,
textAlign: props.centeredTitle && `center`,
}))

Expand Down

0 comments on commit f68d9a1

Please sign in to comment.