5 lines
74 B
CSS
5 lines
74 B
CSS
|
img.item-image {
|
||
|
cursor: pointer;
|
||
|
width: 100px;
|
||
|
max-height: 100px;
|
||
|
}
|