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

Commit

Permalink
feat: remove additional heading font-sizes
Browse files Browse the repository at this point in the history
remove from TitledCopy & HomePage
  • Loading branch information
CanRau committed Oct 6, 2018
1 parent ff4a428 commit 2a45326
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion src/components/TitledCopy.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ const Container = styled.div(props => ({
}))

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

Expand Down
4 changes: 0 additions & 4 deletions src/templates/HomePage.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,6 @@ const IntroWrapper = styled(Box)`

const PageTitle = styled.h1`
margin-top: 0;
font-size: 2rem;
${media.greaterThan(`small`)} {
font-size: 2.7rem;
}
`

const IntroCopy = styled.p`
Expand Down

0 comments on commit 2a45326

Please sign in to comment.