added padding to comments

This commit is contained in:
ak 2023-09-30 23:51:10 -07:00
parent 0e36ff8e79
commit 5cb8f2c395

View file

@ -189,7 +189,7 @@ const deletePost = async () => {
</div>
</div>
<div
class="w-2/3 flex flex-col items-center justify-center mb-10 py-10 border"
class="w-2/3 flex flex-col items-center justify-center mb-10 py-10 px-10 border"
v-for="comment in post.comments"
>
<p class="mb-4">{{ comment.text }}</p>