4
0
forked from crowetic/commerce

Hover State

This commit is contained in:
Bel Curcio 2020-12-08 10:29:45 -03:00
parent 12327d1a75
commit 57627df590
2 changed files with 4 additions and 3 deletions

View File

@ -132,7 +132,5 @@
}
.productImage {
@apply transform transition-transform duration-500;
object-fit: cover;
transform: scale(1.2);
@apply transform transition-transform duration-500 object-cover scale-120;
}

View File

@ -51,6 +51,9 @@ module.exports = {
},
lineHeight: {
'extra-loose': '2.2'
},
scale: {
'120': '1.2',
}
},
},