@media only screen and (max-width: 900px) {
.jp-card-container {
-webkit-perspective: 1000px;
-moz-perspective: 1000px;
perspective: 1000px;
width: 200px !important;
max-width: 100%;
height: 200px !important;
margin: 10px -15px 10px -15px !important;
z-index: 1;
position: relative;
}
}
-
This reply was modified 4 years, 4 months ago by Era dos Pets.