From e39755caf0397d14642a2887eb91e25c6fae2e36 Mon Sep 17 00:00:00 2001 From: Leilukin Date: Sat, 22 Jun 2024 16:45:11 +0800 Subject: [PATCH] Slightly increase the space between guestbook input and label --- src/assets/css/comments.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/assets/css/comments.css b/src/assets/css/comments.css index 1d509360..d7803ee0 100644 --- a/src/assets/css/comments.css +++ b/src/assets/css/comments.css @@ -41,7 +41,7 @@ .input-vertical, .comment-box-container { display: grid; - gap: 0.2em; + gap: 0.3em; } .input-vertical input:focus,