added padding to comments
This commit is contained in:
parent
0e36ff8e79
commit
5cb8f2c395
1 changed files with 1 additions and 1 deletions
|
|
@ -189,7 +189,7 @@ const deletePost = async () => {
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</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"
|
v-for="comment in post.comments"
|
||||||
>
|
>
|
||||||
<p class="mb-4">{{ comment.text }}</p>
|
<p class="mb-4">{{ comment.text }}</p>
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue