forked from emre/www_projectmycelium_com
refactor: remove redundant height constraint from phone frame image
This commit is contained in:
@@ -107,7 +107,7 @@ export function Hero() {
|
|||||||
<img
|
<img
|
||||||
src={phoneFrame}
|
src={phoneFrame}
|
||||||
alt="Mycelium application demo"
|
alt="Mycelium application demo"
|
||||||
className="mx-auto h-full w-auto max-w-[366px]"
|
className="mx-auto w-auto max-w-[366px]"
|
||||||
width={366}
|
width={366}
|
||||||
height={729}
|
height={729}
|
||||||
/>
|
/>
|
||||||
|
|||||||
Reference in New Issue
Block a user