Keep left, image column narrow-ish
This commit is contained in:
parent
9e9383e9da
commit
ba06059f67
1 changed files with 2 additions and 2 deletions
|
@ -84,7 +84,7 @@
|
|||
{% endif %}
|
||||
|
||||
{% 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 }}
|
||||
{% if node.bundle == 'blog' and content.field_authors is not empty %}
|
||||
<p class="byline is-mono">
|
||||
|
@ -93,7 +93,7 @@
|
|||
</p>
|
||||
{% endif %}
|
||||
</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>
|
||||
<div class="subtitle is-6">
|
||||
{{ content.field_summary }}
|
||||
|
|
Loading…
Reference in a new issue