We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a80de03 + f7caaf2 commit fb4af64Copy full SHA for fb4af64
components/Products/ProductsShowAll.vue
@@ -17,7 +17,7 @@
17
>
18
<img
19
id="product-image"
20
- class="p-8 border mx-auto w-4/5 border-gray-200 md:h-[230px] lg:h-[250px] rounded drop-shadow-lg transition duration-500 ease-in-out transform cursor-pointer lg:ml-0 lg:w-full lg:p-2 hover:scale-95"
+ class="p-8 border mx-auto w-4/5 border-gray-200 lg:h-[230px] rounded drop-shadow-lg transition duration-500 ease-in-out transform cursor-pointer lg:ml-0 lg:w-full lg:p-2 hover:scale-95"
21
:alt="product.name"
22
:src="productImage(product)"
23
/>
0 commit comments