diff --git a/src/components/sections/DinoHero.tsx b/src/components/sections/DinoHero.tsx index 21241f1..db14c1f 100644 --- a/src/components/sections/DinoHero.tsx +++ b/src/components/sections/DinoHero.tsx @@ -37,11 +37,11 @@ export function DinoHero({ className="hero-dino-img" style={{ position: 'absolute', - top: 40, + bottom: 0, right: -40, - width: 'min(760px, 52vw)', - maxWidth: 'none', - height: 'auto', + height: '105%', + width: 'auto', + maxWidth: '56vw', zIndex: 0, pointerEvents: 'none', }}