adjust logo sizing

This commit is contained in:
krmax44 2022-03-17 12:29:24 +01:00
parent 7741b7d871
commit e983665e40
No known key found for this signature in database
GPG key ID: 5C499A4F4EC4EE03

View file

@ -144,7 +144,7 @@
<dd>
<a href="{{ object.organization.website }}">
{% if object.organization.logo %}
<img src="{{ object.organization.logo.url }}" class="img-sm" alt="{{ object.organization.name }}">
<img src="{{ object.organization.logo.url }}" class="w-100 h-auto" alt="{{ object.organization.name }}">
{% else %}
{{ object.organization.name }}
{% endif %}