Skip to content

Commit 2393c49

Browse files
committed
Decrease Ipad image height
1 parent 4137bf7 commit 2393c49

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 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 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"
2121
:alt="product.name"
2222
:src="productImage(product)"
2323
/>

0 commit comments

Comments
 (0)