This commit is contained in:
m
2026-03-15 03:44:55 +01:00
parent 67309af741
commit dc94615164
2 changed files with 18 additions and 1 deletions

View File

@@ -32,6 +32,10 @@
box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.1);
outline: none;
}
.comment-btn {
margin-top: 0;
}
</style>
<div class="comment-card">
@@ -68,6 +72,8 @@
></textarea>
</div>
<button type="submit" class="btn-read-more">Post Comment</button>
<button type="submit" class="btn-read-more comment-btn">
Post Comment
</button>
</form>
</div>