1
0
mirror of https://github.com/trezor/trezor-wallet synced 2025-01-08 07:01:04 +00:00

Added max width for paragraph

This commit is contained in:
Vladimir Volek 2019-02-26 13:10:21 +01:00
parent cf86dc93a2
commit f502f55a4d

View File

@ -30,6 +30,11 @@ const StyledH1 = styled(H1)`
text-align: center; text-align: center;
`; `;
const StyledP = styled(P)`
max-width: 550px;
padding-bottom: 15px;
`;
const Message = styled.div` const Message = styled.div`
text-align: center; text-align: center;
padding: 0 0 15px 0; padding: 0 0 15px 0;
@ -44,7 +49,7 @@ const FirmwareUpdate = () => (
/> />
<StyledH1>Your Trezor is not backed up!</StyledH1> <StyledH1>Your Trezor is not backed up!</StyledH1>
<Message> <Message>
<P>If your device is ever lost or damaged, your funds will be lost. Backup your device first, to protect your coins against such events.</P> <StyledP>If your device is ever lost or damaged, your funds will be lost. Backup your device first, to protect your coins against such events.</StyledP>
<P>Please use Bitcoin wallet interface to create a backup.</P> <P>Please use Bitcoin wallet interface to create a backup.</P>
</Message> </Message>
<Link href="https://wallet.trezor.io?backup=1"> <Link href="https://wallet.trezor.io?backup=1">