Slightly increase the space between guestbook input and label

This commit is contained in:
Helen Chong 2024-06-22 16:45:11 +08:00
parent 63042533fd
commit 551c2a4657
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@
.input-vertical,
.comment-box-container {
display: grid;
gap: 0.2em;
gap: 0.3em;
}
.input-vertical input:focus,