Adjust comment footer button gap

This commit is contained in:
Helen Chong 2024-05-27 13:08:15 +08:00
parent b13c859038
commit c9b45be67f
1 changed files with 6 additions and 3 deletions

View File

@ -56,13 +56,16 @@
background-color: var(--clr-quote-bg);
}
.form-footer {
.form-footer,
.comment-footer {
display: flex;
flex-direction: row;
justify-content: flex-end;
gap: 0.5em;
}
.form-footer {
justify-content: flex-end;
}
.form-footer input,
.comment-footer button,
.show-comment {