9 lines
107 B
CSS
9 lines
107 B
CSS
.item-thumb {
|
|
height: 50px;
|
|
width: 50px;
|
|
object-fit: cover;
|
|
}
|
|
|
|
.brand-line {
|
|
color: gray;
|
|
} |