Fixed more info responsiveness

This commit is contained in:
Grzegorz Leoniec 2019-02-07 08:32:27 +01:00
parent a881b266a6
commit f310a70037
No known key found for this signature in database
GPG Key ID: 3AA43686D4EB1377

View File

@ -38,7 +38,7 @@
<ds-flex-item
v-for="relatedPost in post.relatedContributions"
:key="relatedPost.id"
:width="{ base: '50%' }"
:width="{ base: '100%', lg: 1 }"
>
<hc-post-card :post="relatedPost" />
</ds-flex-item>