fixed backup request view for iPhone5 size devices

This commit is contained in:
Jamal Jackson 2016-09-09 09:47:53 -04:00
commit be927da487
2 changed files with 43 additions and 6 deletions

View file

@ -8,4 +8,39 @@
#arrow-down{
font-size: 4.2rem;
}
.cta-buttons{
width:100%;
float:left;
position: relative;
}
}
@media (max-width: 400px){
#onboarding-backup-request{
.warning{
margin: 2rem auto 1rem;
height: 8rem;
}
h3{
font-size:1.3rem;
}
p{
font-size:.9rem;
max-width: 80%;
flex: 0 0 80%;
}
.cta-buttons{
float:none;
bottom:0;
position: absolute;
}
}
}
@media (max-height: 540px){
#onboarding-backup-request{
.cta-buttons{
float:left;
position: relative;
}
}
}