Added max width for paragraph

pull/392/head
Vladimir Volek 5 years ago
parent cf86dc93a2
commit f502f55a4d

@ -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">

Loading…
Cancel
Save