Move pagination to articles list only
This commit is contained in:
parent
c2c92dc62d
commit
a245f09c62
1 changed files with 6 additions and 0 deletions
|
@ -4,6 +4,12 @@
|
||||||
<style>
|
<style>
|
||||||
{{ article.custom_css }}
|
{{ article.custom_css }}
|
||||||
</style>
|
</style>
|
||||||
|
<style>
|
||||||
|
.pagination {
|
||||||
|
display: flex;
|
||||||
|
justify-content: space-between;
|
||||||
|
}
|
||||||
|
</style>
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
||||||
{% block title %}{% endblock %}
|
{% block title %}{% endblock %}
|
||||||
|
|
Reference in a new issue