Apparence et Responsiveness

This commit is contained in:
Evarin 2018-01-28 19:09:56 +01:00
parent c11ccf2ecc
commit f8952225d6
12 changed files with 453 additions and 99 deletions

View file

@ -16,7 +16,9 @@
{{ block.value|safe }}
</article>
{% else %}{% if block.block_type == "image" %}
{% image block.value width-400 %}
<div class="image">
{% image block.value width-800 %}
</div>
{% endif %}{% endif %}{% endif %}
{% endfor %}
</section>