Fix margin for comments block

This commit is contained in:
vimux 2018-03-11 21:02:29 +03:00
parent 48371fbe2c
commit 588887cbc2

View file

@ -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;