Adjust comment footer button gap
This commit is contained in:
parent
b13c859038
commit
c9b45be67f
|
@ -56,13 +56,16 @@
|
||||||
background-color: var(--clr-quote-bg);
|
background-color: var(--clr-quote-bg);
|
||||||
}
|
}
|
||||||
|
|
||||||
.form-footer {
|
.form-footer,
|
||||||
|
.comment-footer {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: row;
|
|
||||||
justify-content: flex-end;
|
|
||||||
gap: 0.5em;
|
gap: 0.5em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.form-footer {
|
||||||
|
justify-content: flex-end;
|
||||||
|
}
|
||||||
|
|
||||||
.form-footer input,
|
.form-footer input,
|
||||||
.comment-footer button,
|
.comment-footer button,
|
||||||
.show-comment {
|
.show-comment {
|
||||||
|
|
Loading…
Reference in New Issue