Skip to content

Commit fb4af64

Browse files
authored
Merge pull request #1007 from w3bdesign/Decrease-height-of-product-image
Decrease height of product image
2 parents a80de03 + f7caaf2 commit fb4af64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/Products/ProductsShowAll.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
>
1818
<img
1919
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"
20+
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"
2121
:alt="product.name"
2222
:src="productImage(product)"
2323
/>

0 commit comments

Comments
 (0)