Skip to content

Commit

Permalink
Merge pull request #76 from ELIXIR-Belgium/affiliation-fix
Browse files Browse the repository at this point in the history
Affiliation image width fix
  • Loading branch information
bedroesb authored May 16, 2022
2 parents 125b190 + 92eca6c commit 703a432
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _includes/affiliation-tiles-selection.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<div class="col">
<div class="card h-100 border-0">
<div class="my-auto d-flex justify-content-center">
{% if affiliation.url %}<a href="{{ affiliation.url }}">{% endif %}<img class="rounded" src="{{ affiliation.image_url | relative_url }}" alt="{{ affiliation.name }}">{%- if affiliation.url %}</a>{% endif %}
{% if affiliation.url %}<a href="{{ affiliation.url }}">{% endif %}<img class="rounded w-100" src="{{ affiliation.image_url | relative_url }}" alt="{{ affiliation.name }}">{%- if affiliation.url %}</a>{% endif %}
</div>
</div>
</div>
Expand Down

0 comments on commit 703a432

Please sign in to comment.