1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-23 09:52:26 +01:00

Merge pull request #5494 from whymarrh/fix-seed-phrase-screen

Fix styling of first-time-flow container
This commit is contained in:
Thomas Huang 2018-10-10 14:25:49 -07:00 committed by GitHub
commit ea8ccc6846
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17,7 +17,7 @@
font-family: Roboto; font-family: Roboto;
} }
@media screen and (min-height: 576px) { @media screen and (min-height: 601px) {
.first-time-flow { .first-time-flow {
height: 100vh; height: 100vh;
} }