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

Fix styling of first-time-flow container
feature/default_network_editable
Thomas Huang 6 years ago committed by GitHub
commit ea8ccc6846
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      mascara/src/app/first-time/index.css

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

Loading…
Cancel
Save