correct max height of partner logos
This commit is contained in:
parent
377751a6e7
commit
84e25c82d1
1 changed files with 1 additions and 1 deletions
|
@ -130,7 +130,7 @@
|
|||
<a href="{{ partner.get_absolute_url }}">
|
||||
<img src="{{ partner.logo.url }}"
|
||||
alt="{{ partner.name }}"
|
||||
style="max-height: 180px; max-width: 250px; object-fit: contain;">
|
||||
style="max-height: 100px; max-width: 250px; object-fit: contain;">
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue