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

View file

@ -330,3 +330,9 @@ msgid "One article in this blog"
msgid_plural "{{ count }} articles in this blog"
msgstr[0] ""
msgstr[1] ""
msgid "Previous page"
msgstr ""
msgid "Next page"
msgstr ""

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