diff --git a/src/components/postCard/view/postCardView.js b/src/components/postCard/view/postCardView.js
index 953444b71..4da30244e 100644
--- a/src/components/postCard/view/postCardView.js
+++ b/src/components/postCard/view/postCardView.js
@@ -102,7 +102,7 @@ class PostCardView extends Component {
name={get(content, 'author')}
profileOnPress={this._handleOnUserPress}
reputation={get(content, 'author_reputation')}
- size={32}
+ size={36}
tag={content.category}
rebloggedBy={rebloggedBy}
isPromoted={get(content, 'is_promoted')}
diff --git a/src/components/postListItem/view/postListItemView.js b/src/components/postListItem/view/postListItemView.js
index c40c86c42..09450bc62 100644
--- a/src/components/postListItem/view/postListItemView.js
+++ b/src/components/postListItem/view/postListItemView.js
@@ -57,7 +57,7 @@ class PostListItemView extends Component {
date={isFormatedDate ? created : getTimeFromNow(created, true)}
name={username}
reputation={reputation}
- size={32}
+ size={36}
tag={mainTag}
/>