diff --git a/src/components/Home/FeedItem.js b/src/components/Home/FeedItem.js index 7632b78..bd5f0a7 100644 --- a/src/components/Home/FeedItem.js +++ b/src/components/Home/FeedItem.js @@ -53,7 +53,7 @@ class FeedItem extends React.Component { const cardHeight = this.props.height - 2 * cardMargin; const imageSize = 250; const titleHeight = 80; - const actionsHeight = 48; + const actionsHeight = 60; const textHeight = hasImage ? cardHeight - titleHeight - actionsHeight - imageSize : cardHeight - titleHeight - actionsHeight;