From 0b972a67e338aa34527f8fc517a128a04d2c7c6a Mon Sep 17 00:00:00 2001 From: Yisroel Baum Date: Sat, 6 Jun 2026 23:04:12 +0300 Subject: [PATCH] round preview card corners --- frontend/rabbi_gerzi/src/views/HomePage.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/rabbi_gerzi/src/views/HomePage.vue b/frontend/rabbi_gerzi/src/views/HomePage.vue index e1b0a81..32ae304 100644 --- a/frontend/rabbi_gerzi/src/views/HomePage.vue +++ b/frontend/rabbi_gerzi/src/views/HomePage.vue @@ -766,6 +766,7 @@ const projects: Project[] = [ position: relative; width: min(100%, var(--testimonials-stage-width)); height: var(--testimonials-card-height); + border-radius: 14px; margin: 0 auto; overflow: hidden; }