Skip to content

Commit 58c46d7

Browse files
authored
Update CSS.js
1 parent 107ab79 commit 58c46d7

File tree

1 file changed

+1
-1
lines changed
  • Specialized Areas/Styles/Zoom Catalog Image on Hover

1 file changed

+1
-1
lines changed

Specialized Areas/Styles/Zoom Catalog Image on Hover/CSS.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ Zoom - in catalog item image on mouse hover.
88
Zoom - in catalog item short description on mouse hover.
99
*/
1010
.sc-cat-item-short-description:hover{
11-
transform: scale(1.2) translateX(15rem); /* 120% zoom nad 15rem right shift*/
11+
transform: scale(1.2) translateX(15rem); /* 120% zoom and 15rem right shift*/
1212
}

0 commit comments

Comments
 (0)