diff --git a/assets/css/gp-style-desktop.css b/assets/css/gp-style-desktop.css index 0b08a75..366c43e 100644 --- a/assets/css/gp-style-desktop.css +++ b/assets/css/gp-style-desktop.css @@ -201,14 +201,14 @@ body { content: ''; position: absolute; bottom: 0; - right: 0; - width: 58vw; - height: 100vh; + right: -30%; + width: 100%; + height: 110vh; pointer-events: none; z-index: -1; /* background: url('../img/hero-img-full.webp') center no-repeat; */ background: url('../img/hero-img.png') center no-repeat; - background-size: cover; + background-size: contain; } .hero__leftside { display: flex; diff --git a/assets/css/gp-style-mobile.css b/assets/css/gp-style-mobile.css index 33bdac7..8589954 100644 --- a/assets/css/gp-style-mobile.css +++ b/assets/css/gp-style-mobile.css @@ -9,6 +9,8 @@ .hero::after{ width: 90vw; height: 100vh; + height: 70%; + top: 0; } .hero__content { @@ -28,6 +30,7 @@ .hero__leftside { gap: 18px; + margin-bottom: 20vh; } .hero__rightside { diff --git a/assets/img/hero-img.png b/assets/img/hero-img.png index 59c261d..5970ddb 100644 Binary files a/assets/img/hero-img.png and b/assets/img/hero-img.png differ