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
parent 48654569d7
commit 68d3dcc02c
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%);
}
}
}
}
}