Skip to content

Commit

Permalink
reduce size of support button
Browse files Browse the repository at this point in the history
  • Loading branch information
schnogz committed May 1, 2019
1 parent c84a898 commit a796f07
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,13 @@ const BottomImage = styled(Image)`
const FooterLink = styled(Link)`
height: auto;
width: 100%;
margin-bottom: 32px;
`
const FooterButton = styled(Button)`
height: 100%;
font-size: 17px;
font-size: 18px;
font-weight: 500;
padding: 15px 0;
margin-bottom: 32px;
padding: 16px 0;
`

export const Support = ({ position, total }) => (
Expand Down

0 comments on commit a796f07

Please sign in to comment.