adding again for fix on iPhone 5, somehow got reverted in rebase.

This commit is contained in:
Jamal Jackson 2016-10-17 13:55:49 -04:00
commit 68d3dcc02c
2 changed files with 5 additions and 5 deletions

View file

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

View file

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