4,554
edits
No edit summary |
No edit summary |
||
Line 1,143: | Line 1,143: | ||
width: auto; | width: auto; | ||
height: 25px; | height: 25px; | ||
} | |||
.list-image1:hover, | |||
.list-image2:hover, | |||
.list-image3:hover { | |||
transform: scale(2); /* Increase the scale factor as needed */ | |||
} | } |