Item.css
Home
/
client /
src /
components /
gallery /
item /
Item.css
.item-thumbnail {
height: 325px;
}
.item-thumbnail img {
margin-top: 15px;
}
.item-title {
font-size: 20px;
margin-top: 3px;
}
.item-snippet {
font-size: 12px;
}
.item-actions {
text-align: center;
}