Add Comments section styling
This commit is contained in:
parent
5f5ac1d0eb
commit
81966aa5e0
1 changed files with 13 additions and 2 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue