dashboard: Fix image size

This commit is contained in:
nemunaire 2023-04-05 16:09:39 +02:00
parent a9ba784e58
commit cc0e26ef1f
1 changed files with 2 additions and 2 deletions

View File

@ -535,8 +535,8 @@
<div class="carousel-inner" style="height: inherit">
<div class="carousel-item" style="height: inherit">
<div class="carousel-caption d-flex justify-content-between p-1" style="height: inherit">
<div class="align-self-center text-center" ng-repeat="partner in challenge.partners">
<a ng-href="{{ partner.href }}" style="max-height: 100%">
<div class="justify-align-center text-center" ng-repeat="partner in challenge.partners" style="max-width:33%; max-height: 100%">
<a ng-href="{{ partner.href }}" style="max-width:100%; max-height: 100%">
<img src="{{ partner.img.replace('$FILES$', '/files') }}" alt="{{ partner.alt }}" style="max-width:100%; max-height: 100%">
</a>
</div>