diff --git a/client/src/components/gallery/item/Item.css b/client/src/components/gallery/item/Item.css
index 7840ae4..d001cc0 100644
--- a/client/src/components/gallery/item/Item.css
+++ b/client/src/components/gallery/item/Item.css
@@ -1,15 +1,17 @@
.item-thumbnail {
- height: 325px;
+ height: 345px;
}
.item-thumbnail img {
margin-top: 15px;
}
.item-title {
- font-size: 20px;
+ font-size: 17px;
margin-top: 3px;
+ margin-bottom: 4px;
}
.item-snippet {
- font-size: 12px;
+ font-size: 11px;
+ margin: 1px -8px 5px -8px;
}
.item-actions {
text-align: center;