Keep left, image column narrow-ish

This commit is contained in:
benjamin melançon 2019-08-01 11:31:32 -04:00
parent 9e9383e9da
commit ba06059f67

View file

@ -84,7 +84,7 @@
{% endif %} {% endif %}
{% if not has_title_paragraph %} {% if not has_title_paragraph %}
<div class="media-left column"> <div class="media-left column is-one-third is-one-quarter-desktop">
{{ content.field_image }} {{ content.field_image }}
{% if node.bundle == 'blog' and content.field_authors is not empty %} {% if node.bundle == 'blog' and content.field_authors is not empty %}
<p class="byline is-mono"> <p class="byline is-mono">
@ -93,7 +93,7 @@
</p> </p>
{% endif %} {% endif %}
</div> </div>
<div class="media-content content column"> <div class="media-content content column is-two-thirds is-three-quarters-desktop ">
<h3 class="title is-5">{{ label }}</h3> <h3 class="title is-5">{{ label }}</h3>
<div class="subtitle is-6"> <div class="subtitle is-6">
{{ content.field_summary }} {{ content.field_summary }}