diff --git a/webapp/pages/post/_id/_slug/more-info.vue b/webapp/pages/post/_id/_slug/more-info.vue
index b05312a0a..654d4e65f 100644
--- a/webapp/pages/post/_id/_slug/more-info.vue
+++ b/webapp/pages/post/_id/_slug/more-info.vue
@@ -33,19 +33,18 @@
{{ $t('post.moreInfo.titleOfRelatedContributionsSection') }}
-
-
-
-
+
+
+
+
+
+
-
@@ -53,6 +52,8 @@
import HcPostCard from '~/components/PostCard'
import HcEmpty from '~/components/Empty.vue'
import { relatedContributions } from '~/graphql/PostQuery'
+import MasonryGrid from '~/components/MasonryGrid/MasonryGrid.vue'
+import MasonryGridItem from '~/components/MasonryGrid/MasonryGridItem.vue'
export default {
transition: {
@@ -62,6 +63,8 @@ export default {
components: {
HcPostCard,
HcEmpty,
+ MasonryGrid,
+ MasonryGridItem,
},
computed: {
post() {