From 87012bc2368e0b47baafdd13f60c5ae7f8a0836f Mon Sep 17 00:00:00 2001 From: Yisroel Baum Date: Sat, 6 Jun 2026 22:36:27 +0300 Subject: [PATCH] hide mobile testimonial previews --- frontend/rabbi_gerzi/src/views/HomePage.vue | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/frontend/rabbi_gerzi/src/views/HomePage.vue b/frontend/rabbi_gerzi/src/views/HomePage.vue index 6cdbb38..cccab88 100644 --- a/frontend/rabbi_gerzi/src/views/HomePage.vue +++ b/frontend/rabbi_gerzi/src/views/HomePage.vue @@ -1146,6 +1146,27 @@ const projects: Project[] = [ grid-template-columns: 1fr; } + .testimonials__stage { + width: min(100%, 480px); + } + + .testimonials__card { + width: 100%; + left: 0; + transform: none; + } + + .testimonials__card--active { + transform: none; + } + + .testimonials__card--previous, + .testimonials__card--next { + opacity: 0; + visibility: hidden; + transform: none; + } + .journey__cards { grid-template-columns: 1fr; }