This commit is contained in:
KONE SOREL 2026-01-03 09:21:20 +00:00
parent 2077a68186
commit 36992653f2
2 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@
$numeroPolice = $this->nettoyer($_SESSION['numeroPolice_C']);
?>
<div id="div_liste_adherent" class="container-fluid py-4 animate__animated animate__fadeIn">
<div id="div_liste_adherent" class="container-fluid py-1 animate__animated animate__fadeIn">
<h1 class="text-primary"><i class="fas fa-users me-2"></i></i> <?= _('Gestion des Adhérents') ?></h1>

View File

@ -2,7 +2,7 @@
$this->titre = "INTER-SANTE - Collèges de la police";
?>
<div id="div_colleges_police" class="container-fluid py-3 animate__animated animate__fadeIn">
<div id="div_colleges_police" class="container-fluid py-1 animate__animated animate__fadeIn">
<h1 class="text-primary"><i class="fas fa-users-cog me-2"></i><?= _('Liste des collèges') ?></h1>