comment btn

This commit is contained in:
m
2026-03-15 04:08:59 +01:00
parent f8e7879087
commit 9af7274464

View File

@@ -33,13 +33,16 @@
outline: none;
}
.comment-card form {
display: flex;
flex-direction: column;
}
.comment-btn {
margin-top: 15px; /* Positive space after textarea */
margin-bottom: 0; /* No extra bottom */
margin-right: 0px;
padding: 12px 24px; /* Taller button */
line-height: 1.4; /* Ensures text centers vertically */
min-height: 48px;
float: right;
padding: 8px 12px; /* Taller button */
align-self: flex-end;
margin-top: 15px;
}
.comment-btn:hover {