fix(dino): hero image height 100% to always fill section regardless of content length
This commit is contained in:
parent
a836449976
commit
78e00a4c24
1 changed files with 1 additions and 1 deletions
|
|
@ -296,7 +296,7 @@ const DYNO_CSS = `
|
|||
.dino-page .hero{position:relative;overflow:hidden;padding-top:60px;}
|
||||
.dino-page .hero .wrap{position:relative;}
|
||||
.dino-page .hero-dino{
|
||||
position:absolute;top:12px;right:-60px;height:1096px;width:auto;max-width:none;
|
||||
position:absolute;top:0;bottom:0;right:-60px;height:100%;width:auto;max-width:none;
|
||||
z-index:0;pointer-events:none;
|
||||
}
|
||||
.dino-page .hero-text{position:relative;z-index:2;max-width:608px;padding:60px 0 40px;}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue