From 49301d7069c6aa9b313fdc0d131fcf65f4f9c08b Mon Sep 17 00:00:00 2001 From: Jamal Jackson Date: Mon, 26 Sep 2016 12:35:10 -0400 Subject: [PATCH] added fix for iPhone plus devices --- src/sass/views/wallet-backup-phrase.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sass/views/wallet-backup-phrase.scss b/src/sass/views/wallet-backup-phrase.scss index 18739039e..057dea5f0 100644 --- a/src/sass/views/wallet-backup-phrase.scss +++ b/src/sass/views/wallet-backup-phrase.scss @@ -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;