fix(dino): anchor hero image to bottom, fill full section height
Some checks are pending
CI / Type Check (push) Waiting to run
CI / Lint (push) Waiting to run
CI / Unit Tests (push) Waiting to run
Deploy / Build & Push Image (push) Waiting to run
Deploy / Deploy to VPS (push) Blocked by required conditions

This commit is contained in:
Vadym Samoilenko 2026-06-04 13:35:04 +01:00
parent 76c487401d
commit 44eb01a9e8

View file

@ -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',
}}