Merge pull request #511 from jamal-jackson/feature/recieve_view_polish

adding again for fix on iPhone 5, somehow got reverted in rebase.
This commit is contained in:
Gustavo Maximiliano Cortez 2016-10-17 16:23:52 -03:00 committed by GitHub
commit ffa30ebba7
2 changed files with 5 additions and 5 deletions

View File

@ -3,11 +3,6 @@
.swiper-container {
width: 85% !important;
overflow: visible;
@media (max-height: 600px){
&{
transform: translate(-50%, -58%);
}
}
}
.card {
max-width: 350px;

View File

@ -172,6 +172,11 @@
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
@media (max-height: 600px){
&{
transform: translate(-50%, -58%);
}
}
}
}
}