responsive

This commit is contained in:
Kevin Tessier 2020-07-01 18:22:11 +02:00
parent d1195648af
commit 8a3625dfab

View File

@ -2,6 +2,9 @@
{% block content %} {% block content %}
{% include 'components/title_page.twig' %} {% include 'components/title_page.twig' %}
<div class="paralax w-30" data-rellax-speed="5">
<img src="{{theme.link}}/asset/images/objet_2.svg" alt="objet 2">
</div>
{% for item in posts %} {% for item in posts %}
<section> <section>
@ -23,7 +26,6 @@
<div class="title _pjt"> <div class="title _pjt">
{{projet.titre}} {{projet.titre}}
</div> </div>
<div class="content"> <div class="content">
{{projet.text}} {{projet.text}}
</div> </div>
@ -31,8 +33,5 @@
{% endfor %} {% endfor %}
</div> </div>
</section> </section>
<div class="paralax" data-rellax-speed="5">
<img src="{{theme.link}}/asset/images/objet_2.svg" alt="objet 2">
</div>
{% endfor %} {% endfor %}
{% endblock %} {% endblock %}