Skip to content

Commit

Permalink
fix indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
TheLeoB committed Jun 19, 2018
1 parent 07de509 commit 42fb83c
Showing 1 changed file with 11 additions and 11 deletions.
Expand Up @@ -18,18 +18,18 @@ const IconAndHeaderContainer = styled.div`
}
`
const BackupButton = styled(Button)`
width: 100px;
font-size: 12px;
min-width: 0px;
@media (min-width: 400px) and (max-width: 991px) {
font-size: 14px;
width: 140px;
}
@media (min-width: 1224px) {
width: 140px;
width: 100px;
font-size: 12px;
min-width: 0px;
font-size: 14px;
}
@media (min-width: 400px) and (max-width: 991px) {
font-size: 14px;
width: 140px;
}
@media (min-width: 1224px) {
width: 140px;
min-width: 0px;
font-size: 14px;
}
`

const WalletRecoveryPhrase = (props) => {
Expand Down

0 comments on commit 42fb83c

Please sign in to comment.