mirror of
https://github.com/trezor/trezor-wallet
synced 2025-01-02 12:20:53 +00:00
Fixed padding in claim
This commit is contained in:
parent
13e94ed355
commit
cafe1971a4
@ -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…
Reference in New Issue
Block a user