responsive
This commit is contained in:
+1
-1
@@ -72,7 +72,7 @@
|
||||
* @ingroup themeable
|
||||
*/
|
||||
#}
|
||||
<article{{ attributes }} class="col-12 col-md-10 mb-5">
|
||||
<article{{ attributes }} class="col-12 col-md-10 mb-5 px-0">
|
||||
{{ title_prefix }}
|
||||
{% if label and not page %}
|
||||
<h2{{ title_attributes }}>
|
||||
|
||||
@@ -73,26 +73,23 @@
|
||||
*/
|
||||
|
||||
#}
|
||||
|
||||
|
||||
|
||||
<article{{ attributes }} class="row">
|
||||
<div class="__wrapper col-sm-12 col-md-9 px-0">
|
||||
<article{{ attributes }} class="row" id="moments">
|
||||
<div class="__wrapper col-sm-12 col-md-9">
|
||||
<div class="__img-hero">
|
||||
{{content.field_image}}
|
||||
{{content.field_image}}
|
||||
</div>
|
||||
|
||||
<div class="__title col-12 px-0">
|
||||
<h2>{{label}}</h2>
|
||||
</div>
|
||||
|
||||
<div class="__wrapper row">
|
||||
<div class="__title col-12 my-3 my-lg-5">
|
||||
<h2>{{label}}</h2>
|
||||
</div>
|
||||
|
||||
<div class="__wrap_side col-md-12 col-lg-1 mt-3">
|
||||
{% include 'themes/custom/popsu_colloque/template/components/share_rs.html.twig' with { page : 'moments' } %}
|
||||
</div>
|
||||
|
||||
<div class="__wrap_content col-12 col-lg-11 my-3">
|
||||
<div class="__head mb-5">
|
||||
<div class="__head">
|
||||
<div class="d-flex flex-wrap">
|
||||
{{ content.field_date_du_programme }} |
|
||||
{{ content.field_heure_du_moment }} |
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -75,11 +75,11 @@
|
||||
<div class="__img-hero">
|
||||
{{content.field_image}}
|
||||
</div>
|
||||
<article{{ attributes }} class="mt-4" id="presentation">
|
||||
<article{{ attributes }} id="presentation">
|
||||
<div class="__title col-12 px-0">
|
||||
<h2>{{label}}</h2>
|
||||
</div>
|
||||
<div class="__wrapper row mt-5">
|
||||
<div class="__wrapper row">
|
||||
<div class="__wrap_side col-sm-12 col-md-1 pr-0 mt-0 mb-3">
|
||||
{% include 'themes/custom/popsu_colloque/template/components/share_rs.html.twig' with { page : 'presentation' } %}
|
||||
</div>
|
||||
|
||||
@@ -72,7 +72,7 @@
|
||||
* @ingroup themeable
|
||||
*/
|
||||
#}
|
||||
<article class="d-sm-flex flex-wrap d-block publications">
|
||||
<article class="row d-sm-flex flex-wrap d-block publications">
|
||||
<div class="__wrap_side col-sm-12 col-md-12 col-lg-1">
|
||||
{% include 'themes/custom/popsu_colloque/template/components/share_rs.html.twig' %}
|
||||
{{content.field_telecharger_la_ressource}}
|
||||
|
||||
Reference in New Issue
Block a user