Decrease product preview image height

This commit is contained in:
grandeljay 2022-02-23 18:24:41 +01:00
parent b0076f4aa6
commit 95c87ba7f9

View file

@ -37,7 +37,7 @@
/** Image */
.ui.card > .image > img.preview{
height: 30vh;
height: 20vh;
object-fit: cover;
background-color: #fff;
}