Fix margin for comments block
This commit is contained in:
parent
48371fbe2c
commit
588887cbc2
1 changed files with 6 additions and 0 deletions
|
@ -503,6 +503,12 @@ mark {
|
||||||
background: #151515;
|
background: #151515;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Comments */
|
||||||
|
.comments {
|
||||||
|
margin-top: 10px;
|
||||||
|
margin-bottom: 10px;
|
||||||
|
}
|
||||||
|
|
||||||
/* Pagination */
|
/* Pagination */
|
||||||
.pagination {
|
.pagination {
|
||||||
margin-bottom: 10px;
|
margin-bottom: 10px;
|
||||||
|
|
Loading…
Reference in a new issue