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

View File

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