Add Comments section styling

This commit is contained in:
russell@unturf.com 2026-01-29 09:38:15 -05:00
parent 5f5ac1d0eb
commit 81966aa5e0

View file

@ -305,11 +305,22 @@ label.inline-label {
font-weight: normal;
}
/* Spacing between content and reply form */
.remark-box-div-main {
/* Comments section styling */
.comments-section {
margin-top: 3rem;
}
.comments-divider {
margin-bottom: 1rem;
}
.comments-header {
margin-top: 0;
margin-bottom: 1rem;
padding-top: 0;
border-bottom: none;
}
/* Spacing between reply form and thread/no-comments */
.thread {
margin-top: 2rem;