responsive
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user