Fixed padding in claim

pull/152/head
Vladimir Volek 6 years ago committed by Szymon Lesisz
parent 2023157694
commit dee161924d

@ -19,12 +19,12 @@ const H1 = styled.h1`
const H2 = styled.h2`
${baseStyles};
font-size: 16px;
padding-bottom: 10px;
${props => props.claim && css`
font-size: 36px;
padding-bottom: 24px
`}
padding-bottom: 10px;
`;
const H3 = styled.h3`

Loading…
Cancel
Save