Better style for pagination links
This commit is contained in:
parent
04dac6f87f
commit
740393bc18
@ -330,3 +330,9 @@ msgid "One article in this blog"
|
|||||||
msgid_plural "{{ count }} articles in this blog"
|
msgid_plural "{{ count }} articles in this blog"
|
||||||
msgstr[0] ""
|
msgstr[0] ""
|
||||||
msgstr[1] ""
|
msgstr[1] ""
|
||||||
|
|
||||||
|
msgid "Previous page"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
msgid "Next page"
|
||||||
|
msgstr ""
|
||||||
|
@ -540,3 +540,14 @@ form.new-post input[type="submit"]:hover { background: #DADADA; }
|
|||||||
min-height: 80%;
|
min-height: 80%;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/*== Pagination ==*/
|
||||||
|
.pagination {
|
||||||
|
display: flex;
|
||||||
|
width: 100%;
|
||||||
|
justify-content: space-evenly;
|
||||||
|
}
|
||||||
|
|
||||||
|
.pagination > * {
|
||||||
|
padding: 2em;
|
||||||
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user