From 8398a4cb1263b23900857eb9c157f1baff08761b Mon Sep 17 00:00:00 2001 From: Yisroel Baum Date: Sat, 6 Jun 2026 22:12:02 +0300 Subject: [PATCH] tighten hero content --- frontend/rabbi_gerzi/src/views/HomePage.vue | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/frontend/rabbi_gerzi/src/views/HomePage.vue b/frontend/rabbi_gerzi/src/views/HomePage.vue index 1a28333..5adf089 100644 --- a/frontend/rabbi_gerzi/src/views/HomePage.vue +++ b/frontend/rabbi_gerzi/src/views/HomePage.vue @@ -438,9 +438,10 @@ const projects: Project[] = [ position: relative; z-index: 1; display: grid; - grid-template-columns: 1fr auto; + grid-template-columns: minmax(0, 30rem) auto; align-items: center; gap: 0.5rem; + justify-content: center; width: 100%; max-width: 1200px; margin: 0 auto; @@ -449,7 +450,7 @@ const projects: Project[] = [ } .hero__text { - max-width: 36rem; + max-width: 30rem; } .hero__headline {