start responsive boot

This commit is contained in:
2020-07-14 22:24:51 +02:00
parent b6b1dafd78
commit ee476d177c
13 changed files with 122 additions and 67 deletions
@@ -72,15 +72,18 @@
* @ingroup themeable
*/
#}
<div class="__img-hero">
{{content.field_image}}
</div>
<article{{ attributes }} id="presentation">
<div class="__hero">
{{content.field_image}}
</div>
<div class="__wrapper d-flex">
<div class="__wrap_side">
<div class="__wrapper row">
<div class="__title col-12">
<h2>{{label}}</h2>
</div>
<div class="__wrap_side col-sm-12 col-md-2">
{% include 'themes/custom/popsu_colloque/template/components/share_rs.html.twig' %}
</div>
<div class="__wrap_content">
<div class="__wrap_content col-sm-12 col-md-8">
{{content.body}}
{{content.field_les_notes}}
</div>