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; }