This commit is contained in:
KANE LAZENI 2026-06-25 19:04:05 +00:00
parent de4905ffa3
commit 7541395c60

View File

@ -39,7 +39,7 @@
/* Conteneur principal avec l'image de fond */
.login-wrapper {
background-image: url('<?= $cheminLogo ?>');
background-size: auto;
background-size: auto 80px; /* largeur auto, hauteur max 80px */
background-position: left;
background-repeat: no-repeat;
display: flex;