refactor: remove redundant height constraint from phone frame image

This commit is contained in:
2025-11-06 22:45:10 +01:00
parent 681a7606d5
commit 6d186c2304

View File

@@ -107,7 +107,7 @@ export function Hero() {
<img
src={phoneFrame}
alt="Mycelium application demo"
className="mx-auto h-full w-auto max-w-[366px]"
className="mx-auto w-auto max-w-[366px]"
width={366}
height={729}
/>