This commit is contained in:
Thomas Chartron 2021-11-09 21:09:39 +01:00
parent 9f58ac932e
commit 7cf2198a2b
2 changed files with 3 additions and 1 deletions

View file

@ -5,7 +5,7 @@
<h1 class="text-2xl text-bold">
{{ term.name }}
</h1>
<div class="flex flex-col gap-y-6">
<div class="flex flex-col gap-y-6 transform transition duration-500 hover:scale-110">
{% if paginator %}
{% set pages = paginator.pages %}
{% else %}

View file

@ -219,5 +219,7 @@
<script src="/search_index.{{lang}}.js"></script>
<script defer src="/js/search.js"></script>
{% endif %}
{% block extra_js %}
{% endblock extra_js %}
</body>
</html>