comment btn
This commit is contained in:
@@ -34,11 +34,12 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.comment-btn {
|
.comment-btn {
|
||||||
margin-top: -5px;
|
margin-top: 15px; /* Positive space after textarea */
|
||||||
|
margin-bottom: 0; /* No extra bottom */
|
||||||
margin-right: 0px;
|
margin-right: 0px;
|
||||||
padding: 8px 20px;
|
padding: 12px 24px; /* Taller button */
|
||||||
width: 100%; /* Fills container width */
|
line-height: 1.4; /* Ensures text centers vertically */
|
||||||
display: block; /* Enables block-level full width */
|
min-height: 48px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.comment-btn:hover {
|
.comment-btn:hover {
|
||||||
|
|||||||
Reference in New Issue
Block a user