add svg + responsive

This commit is contained in:
2020-07-16 19:31:05 +02:00
parent 08b0754135
commit d6f8d684e4
59 changed files with 878 additions and 47 deletions
@@ -41,11 +41,8 @@
{{ title_suffix }}
{% if header %}
<section>
<h2>{{ header }}</h2>
<div class="more_link">
<a class="blue" href="{{more['#url']}}">{{ more['#title'] }}<span>+</span></a>
</div>
<section class="wrap_head">
{% include 'themes/custom/popsu_colloque/template/components/header_slide.html.twig' %}
</section>
{% endif %}
@@ -41,11 +41,8 @@
{{ title_suffix }}
{% if header %}
<section>
<h2>{{ header }}</h2>
<div class="more_link">
<a class="blue" href="{{more['#url']}}">{{ more['#title'] }}<span>+</span></a>
</div>
<section class="wrap_head">
{% include 'themes/custom/popsu_colloque/template/components/header_slide.html.twig' with { croix : true } %}
</section>
{% endif %}