Checkpoint: Le texte "powered by" et le logo Santinova sont maintenant alignés horizontalement sur une seule ligne, avec le logo agrandi à h-20 pour correspondre à la taille du logo Itinova en haut.

This commit is contained in:
Manus
2026-03-20 09:23:40 -04:00
parent 8dc248db6a
commit 58c0155f81

View File

@@ -124,12 +124,12 @@ export default function Login() {
</Card> </Card>
{/* Powered by Santinova */} {/* Powered by Santinova */}
<div className="flex flex-col items-center mt-6 gap-1"> <div className="flex items-center justify-center gap-3 mt-6">
<p className="text-xs text-muted-foreground">powered by</p> <span className="text-xs text-muted-foreground whitespace-nowrap">powered by</span>
<img <img
src={SANTINOVA_LOGO} src={SANTINOVA_LOGO}
alt="Santinova" alt="Santinova"
className="h-14 w-auto object-contain opacity-85 hover:opacity-100 transition-opacity" className="h-20 w-auto object-contain opacity-85 hover:opacity-100 transition-opacity"
/> />
</div> </div>
</div> </div>