Min images

This commit is contained in:
Belen Curcio
2020-11-06 15:42:01 -03:00
parent 62cc3b2493
commit d74ffb1401
4 changed files with 12 additions and 16 deletions

View File

@@ -125,15 +125,11 @@
}
.imageContainer {
& > div {
& > div {
height: 100%;
margin: 0 auto;
}
}
overflow: hidden;
@apply flex items-center justify-center;
}
.product-image {
height: 120% !important;
top: -10% !important;
.image {
object-fit: cover;
transform: scale(1.2);
}