fix text overlay - passphrase

This commit is contained in:
JDonadio 2017-02-14 15:18:44 -05:00
parent 4fb7b2d1e2
commit 871e89163f
1 changed files with 4 additions and 1 deletions

View File

@ -64,7 +64,7 @@
height: 70%; height: 70%;
color: $dark-gray; color: $dark-gray;
.initial-prompt { .initial-prompt {
padding: 3rem; padding: 2.3rem;
@media(max-height: 480px) { @media(max-height: 480px) {
padding: 2rem; padding: 2rem;
} }
@ -76,6 +76,9 @@
padding-bottom: 1rem; padding-bottom: 1rem;
font-size: 14px; font-size: 14px;
} }
@media(max-height: 550px) {
padding-bottom: 1rem;
}
} }
} }
&-step-2 { &-step-2 {