1
0
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:
Szymon Lesisz 2018-09-25 18:07:59 +02:00
parent f06e9b66e2
commit f3269b3eb1

View File

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