From 44eb01a9e8ada481cbd53e007872bcdc6eb209d6 Mon Sep 17 00:00:00 2001 From: Vadym Samoilenko Date: Thu, 4 Jun 2026 13:35:04 +0100 Subject: [PATCH] fix(dino): anchor hero image to bottom, fill full section height --- src/components/sections/DinoHero.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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', }}