responsive

This commit is contained in:
2020-07-27 23:03:25 +02:00
parent 34741c345d
commit f7a6562f51
47 changed files with 1056 additions and 946 deletions
@@ -72,8 +72,8 @@
* @ingroup themeable
*/
#}
<article{{ attributes }} class="participant_full">
<div class="hero">
<article{{ attributes }} class="participant_full row">
<div class="hero col">
<figure class="d-md-flex d-block">
<div class="__img">
{{content.field_portrait}}
@@ -95,19 +95,19 @@
</div>
</div>
<div class="__ressources">
<div class="__ressources col">
{% if content.field_publications_participants %}
<div class="__publications">
<section class="__publications">
{{content.field_publications_participants}}
</div>
</section>
{% endif %}
{% if content.field_bibliographie %}
<div class="__bibliographie">
<section class="__bibliographie">
{{content.field_bibliographie}}
</div>
</section>
{% endif %}
</div>
</article>