mirror of
https://github.com/trezor/trezor-wallet
synced 2025-06-27 10:22:35 +00:00
Landing css: replace min-height: 100vh to 100%
This commit is contained in:
parent
f06e9b66e2
commit
f3269b3eb1
@ -21,7 +21,7 @@ import InstallBridge from './components/InstallBridge';
|
|||||||
import type { Props } from './Container';
|
import type { Props } from './Container';
|
||||||
|
|
||||||
const LandingWrapper = styled.div`
|
const LandingWrapper = styled.div`
|
||||||
min-height: 100vh;
|
min-height: 100%;
|
||||||
min-width: 720px;
|
min-width: 720px;
|
||||||
|
|
||||||
display: flex;
|
display: flex;
|
||||||
|
Loading…
Reference in New Issue
Block a user