5 lines
73 B
CSS
5 lines
73 B
CSS
|
.item-thumb {
|
||
|
height: 50px;
|
||
|
width: 50px;
|
||
|
object-fit: cover;
|
||
|
}
|