mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-13 13:54:23 +00:00
Search result with a padding
This commit is contained in:
parent
7dc3514e00
commit
2e2b8f5c85
@ -22,8 +22,12 @@
|
|||||||
|
|
||||||
{% block content %}
|
{% block content %}
|
||||||
|
|
||||||
{% for result in results %}
|
<div class="grid-12 parent" >
|
||||||
{{ result|raw }}
|
<div class="grid-10 push-1 parent">
|
||||||
{% endfor %}
|
{% for result in results %}
|
||||||
|
{{ result|raw }}
|
||||||
|
{% endfor %}
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
{% endblock %}
|
{% endblock %}
|
Loading…
x
Reference in New Issue
Block a user