Paginate the homepage

This commit is contained in:
Bat
2018-07-25 15:20:09 +02:00
parent 740393bc18
commit 18125ab398
9 changed files with 50 additions and 5 deletions
-1
View File
@@ -544,7 +544,6 @@ form.new-post input[type="submit"]:hover { background: #DADADA; }
/*== Pagination ==*/
.pagination {
display: flex;
width: 100%;
justify-content: space-evenly;
}