Text adaptatiu per MISSION_RESULT: s'ajusta a qualsevol pantalla en una sola línia
Some checks failed
CI/CD - Francia Ocupada (La Resistencia) / build-and-deploy (push) Failing after 6s

This commit is contained in:
Resistencia Dev
2025-12-15 09:18:42 +01:00
parent e1c08f775e
commit c2f1bbf4d4

View File

@@ -28,7 +28,7 @@ export default function MissionResult({ gameState, onContinue, isHost }: Mission
animate={{ opacity: 1 }}
>
<motion.h2
className={`text-5xl font-bold mb-8 ${isSuccess ? 'text-blue-500' : 'text-red-500'}`}
className={`text-2xl sm:text-3xl md:text-4xl lg:text-5xl xl:text-6xl font-bold mb-8 whitespace-nowrap px-4 ${isSuccess ? 'text-blue-500' : 'text-red-500'}`}
initial={{ scale: 0 }}
animate={{ scale: 1 }}
transition={{ type: 'spring', stiffness: 200, delay: 0.2 }}