This commit is contained in:
KONE SOREL 2025-12-16 00:04:46 +00:00
parent e8f515736a
commit c595ac6dc5

View File

@ -141,7 +141,7 @@
</div>
<!-- Affichage mobile (cartes) -->
<div class="d-md-none">
<h4 id="h4_titre" class="mb-0 text-center text-truncate" style="max-width: 200px;">
<h4 id="h4_titre" class="mb-0 text-center text-truncate" style="max-width: 190px;">
<i class="fas fa-home me-2"></i>
<?= _("Famille") ?> <?= $adherent['nomAdherent'] ?>
</h4>
@ -234,14 +234,6 @@
<div class="h4 mb-0 mr-2 me-2" style="font-weight:bold">
<?= format_N($limite_adherent['consommation'])." ".substr($_SESSION['devise_C'],0,1) ?>
</div>
<div class="progress flex-grow-1" style="height: 6px;">
<div class="progress-bar bg-info border border-info" role="progressbar"
style="width: <?= $pourcentage; ?>%"
aria-valuenow="<?= $pourcentage; ?>"
aria-valuemin="0"
aria-valuemax="100">
</div>
</div>
</div>
</div>
</div>