diff --git a/webapp/components/PostCard/index.vue b/webapp/components/PostCard/index.vue index e17cced61..f71be3d5d 100644 --- a/webapp/components/PostCard/index.vue +++ b/webapp/components/PostCard/index.vue @@ -10,29 +10,36 @@ class="post-link" :to="{ name: 'post-id-slug', params: { id: post.id, slug: post.slug } }" > -{{ post.title }} - + {{ post.title }} +
- +
- -{{ post.title }} - + + {{ post.title }} + -
+