File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 66 <div
77 v-if =" product.slug"
88 :key =" product.id"
9- class =" flex flex-col mt-6 sm:w1/2 md:w-1/3 lg:1/4 xl:w-1/ 4"
9+ class =" flex flex-col mt-6 sm:w1/2 md:w-1/3 lg:w- 1/4 lg:mr- 4"
1010 >
1111 <NuxtLink
1212 class =" text-black cursor-pointer hover:underline"
1717 >
1818 <img
1919 id =" product-image"
20- class =" container p-8 border w-4/5 border-gray-200 mx-auto lg:h-[190px ] rounded drop-shadow-lg transition duration-500 ease-in-out transform cursor-pointer lg:w-64 sm :p-4 hover:scale-95"
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"
2121 :alt =" product.name"
2222 :src =" productImage(product)"
2323 />
You can’t perform that action at this time.
0 commit comments