From 6964bff0c52ee3a6730273bfc14f18582a390cf8 Mon Sep 17 00:00:00 2001 From: techmannih Date: Mon, 27 Nov 2023 11:44:28 +0530 Subject: [PATCH] fix:responsiveness testimonials details --- src/components/Cards/TestimonialCard.jsx | 4 ++-- src/components/layout/Testimonials.jsx | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/Cards/TestimonialCard.jsx b/src/components/Cards/TestimonialCard.jsx index 8f89175a..d5df23db 100644 --- a/src/components/Cards/TestimonialCard.jsx +++ b/src/components/Cards/TestimonialCard.jsx @@ -1,12 +1,12 @@ const TestimonialCard = ({ src, description, from }) => { return ( -
+
testimonial -

{description}

+

{description}


{from}

diff --git a/src/components/layout/Testimonials.jsx b/src/components/layout/Testimonials.jsx index 29900ce8..c0c0de50 100644 --- a/src/components/layout/Testimonials.jsx +++ b/src/components/layout/Testimonials.jsx @@ -32,7 +32,7 @@ const Testimonials = ({ {tweetId ? ( ) : ( -
+