fix(dino): anchor hero image to bottom, fill full section height
This commit is contained in:
parent
76c487401d
commit
44eb01a9e8
1 changed files with 4 additions and 4 deletions
|
|
@ -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',
|
||||
}}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue