mirror of
https://github.com/trezor/trezor-wallet
synced 2025-04-23 02:29:13 +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';
|
||||
|
||||
const LandingWrapper = styled.div`
|
||||
min-height: 100vh;
|
||||
min-height: 100%;
|
||||
min-width: 720px;
|
||||
|
||||
display: flex;
|
||||
|
Loading…
Reference in New Issue
Block a user