fix(dino): hero image height 100% to always fill section regardless of content length
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:56:33 +01:00
parent a836449976
commit 78e00a4c24

View file

@ -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;}