add svg + responsive
This commit is contained in:
+2
-5
@@ -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 %}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user