Landing css: replace min-height: 100vh to 100%

pull/90/head
Szymon Lesisz 6 years ago
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…
Cancel
Save