From 53eb1ffb46066ddd995ccd912f4f5e70b45fc19f Mon Sep 17 00:00:00 2001 From: Yisroel Baum Date: Sat, 6 Jun 2026 22:01:58 +0300 Subject: [PATCH] lower hero foreground --- frontend/rabbi_gerzi/src/views/HomePage.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/rabbi_gerzi/src/views/HomePage.vue b/frontend/rabbi_gerzi/src/views/HomePage.vue index 9bd2004..3190a2a 100644 --- a/frontend/rabbi_gerzi/src/views/HomePage.vue +++ b/frontend/rabbi_gerzi/src/views/HomePage.vue @@ -427,7 +427,7 @@ const projects: Project[] = [ } .hero__hiker { - bottom: 0; + bottom: min(-20vw, -9rem); width: 100vw; max-width: none; z-index: 2;