adjust logo sizing
This commit is contained in:
parent
7741b7d871
commit
e983665e40
1 changed files with 1 additions and 1 deletions
|
|
@ -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 %}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue