diff --git a/src/components/article/CommentForm.vue b/src/components/article/CommentForm.vue index ffbf7ce..66488ba 100644 --- a/src/components/article/CommentForm.vue +++ b/src/components/article/CommentForm.vue @@ -48,7 +48,7 @@ form { display: flex; justify-self: flex-start; justify-content: flex-end; - gap: 8px; + gap: 16px; } input {