mirror of
https://github.com/trezor/trezor-wallet
synced 2024-12-28 01:48:10 +00:00
fix padding for browser not supported page
This commit is contained in:
parent
850ea18250
commit
889ba4d087
@ -8,7 +8,9 @@ import { H2 } from 'components/Heading';
|
||||
import ChromeImage from 'images/browser-chrome.png';
|
||||
import FirefoxImage from 'images/browser-firefox.png';
|
||||
|
||||
const Wrapper = styled.div``;
|
||||
const Wrapper = styled.div`
|
||||
padding: 24px 0px;
|
||||
`;
|
||||
|
||||
const ChooseBrowserWrapper = styled.div`
|
||||
display: flex;
|
||||
|
Loading…
Reference in New Issue
Block a user