correction visuel

This commit is contained in:
Charles 2025-11-19 17:27:35 +01:00
parent 7e08998005
commit d884ff4155
1 changed files with 108 additions and 103 deletions

View File

@ -44,13 +44,16 @@
{% endif %} {% endif %}
</div> </div>
<div class="d-flex gap-2 card-body">
<div class="card-body">
<div class="row g-2">
{% for app in apps %} {% for app in apps %}
<div class="card col-6"> <div class="col-12 col-md-6">
<div class="card h-100">
<div class="card-header d-flex gap-2"> <div class="card-header d-flex gap-2">
{% if app.logoMiniUrl %} {% if app.logoMiniUrl %}
<img src="{{ aws_url ~ app.logoMiniUrl }}" alt="Logo {{ app.name }}" <img src="{{ aws_url ~ app.logoMiniUrl }}" alt="Logo {{ app.name }}"
class="rounded-circle " style="width:50px; height:50px;"> class="rounded-circle" style="width:50px; height:50px;">
{% endif %} {% endif %}
<div class="card-title"> <div class="card-title">
<h1>{{ app.name|title }}</h1> <h1>{{ app.name|title }}</h1>
@ -149,8 +152,10 @@
{% endif %} {% endif %}
</div> </div>
</div> </div>
</div>
{% endfor %} {% endfor %}
</div> </div>
</div>
</div> </div>