fix: paginate recent posts and use params.mainSections

This commit is contained in:
Vivek R
2019-09-10 00:12:59 +05:30
parent 0e06bb53c5
commit bb28e76551
7 changed files with 84 additions and 40 deletions

View File

@@ -284,6 +284,34 @@ ul {
margin-right: 15px;
}
.pagination {
margin: 0;
padding: 0;
text-align: left;
display: flex;
justify-content: space-between;
}
.pagination li {
list-style: none;
display: inline-block;
margin: 0;
padding: 0;
}
.pagination .page-prev {
margin-right: 20px;
padding-right: 20px;
}
.pagination .page-item.page-prev {
text-align: left;
}
.pagination .page-item.page-next {
text-align: right;
}
@media (max-width: 767px) {
body {
padding: 20px;