mirror of
https://github.com/Vimux/Binario.git
synced 2024-11-11 01:38:28 +00:00
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;
|
||||
}
|
||||
|
||||
/* Comments */
|
||||
.comments {
|
||||
margin-top: 10px;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
/* Pagination */
|
||||
.pagination {
|
||||
margin-bottom: 10px;
|
||||
|
|
Loading…
Reference in a new issue