correct max height of partner logos

This commit is contained in:
Tobias Brunner 2025-02-27 17:27:58 +01:00
parent 377751a6e7
commit 84e25c82d1
No known key found for this signature in database

View file

@ -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>