limit on max size of image in the ItemList component

This commit is contained in:
Edin Dazdarevic
2015-02-04 06:58:43 +01:00
parent 9534413e8e
commit b6465a7240

View File

@@ -7,6 +7,11 @@
}
.item_list_image {
max-height: 125px;
max-width: 160px;
}
.single_item img {
padding: 5px;