Better style for pagination links

This commit is contained in:
Bat
2018-07-25 14:41:48 +02:00
parent 04dac6f87f
commit 740393bc18
2 changed files with 17 additions and 0 deletions
+11
View File
@@ -540,3 +540,14 @@ form.new-post input[type="submit"]:hover { background: #DADADA; }
min-height: 80%;
}
}
/*== Pagination ==*/
.pagination {
display: flex;
width: 100%;
justify-content: space-evenly;
}
.pagination > * {
padding: 2em;
}