feat: US-003 - Scale logo and branding block to ~50% of login card height

This commit is contained in:
2026-02-15 14:14:37 +00:00
parent a56a4dd848
commit c8eb38f083
+2 -2
View File
@@ -237,9 +237,9 @@ export function LoginScreen({ onComplete }: LoginScreenProps) {
className="flex flex-col items-center"
style={{ marginBottom: '28px' }}
>
<div style={{ marginBottom: '10px' }}>
<div style={{ marginBottom: '12px' }}>
<CvmisLogo
cssHeight="clamp(80px, 8vw, 120px)"
cssHeight="clamp(160px, 18vw, 280px)"
animated={true}
/>
</div>