added fix for iPhone plus devices

This commit is contained in:
Jamal Jackson 2016-09-26 12:35:10 -04:00
commit 49301d7069

View file

@ -84,7 +84,7 @@
}
}
@media (min-width : 320px) and (max-width : 380px) and (orientation : portrait), (min-width : 650px) and (max-width : 770px) and (orientation : portrait){
@media (min-width : 320px) and (max-width : 415px) and (orientation : portrait), (min-width : 650px) and (max-width : 770px) and (orientation : portrait){
#wallet-backup-phrase{
.cta-buttons,#select-phrase{
bottom: 64px;