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 @@ -64,7 +64,7 @@ const SingleProduct = ({ product }: IProductRootObject) => {
64
64
id = "product-image"
65
65
src = { image . sourceUrl }
66
66
alt = { name }
67
- className = "h-auto p-8 transition duration-500 ease-in-out transform xl:p-2 md:p-2 lg:p-2 hover:grow hover:scale-105"
67
+ className = "h-auto p-8 transition duration-500 ease-in-out transform xl:p-2 md:p-2 lg:p-2 md: hover:grow md: hover:scale-105"
68
68
/>
69
69
) }
70
70
{ ! image && (
@@ -75,7 +75,7 @@ const SingleProduct = ({ product }: IProductRootObject) => {
75
75
placeholderFallBack
76
76
}
77
77
alt = { name }
78
- className = "h-auto p-8 transition duration-500 ease-in-out transform xl:p-2 md:p-2 lg:p-2 hover:grow hover:shadow-lg hover:scale-105"
78
+ className = "h-auto p-8 transition duration-500 ease-in-out transform xl:p-2 md:p-2 lg:p-2 md: hover:grow md: hover:shadow-lg md: hover:scale-105"
79
79
/>
80
80
) }
81
81
< div className = "ml-8" >
You can’t perform that action at this time.
0 commit comments