From aa44271dda9ed4a5c245aa84e92017daa7774d77 Mon Sep 17 00:00:00 2001 From: Utsavladia Date: Fri, 2 Aug 2024 00:22:55 +0530 Subject: [PATCH] Fixed the testimonial section for mobile screen --- Css-Files/testimonial.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Css-Files/testimonial.css b/Css-Files/testimonial.css index 21bea007..55069fde 100644 --- a/Css-Files/testimonial.css +++ b/Css-Files/testimonial.css @@ -145,11 +145,11 @@ @media screen and (max-width: 768px) { .testimonals { - width: 90%; + width: 100%; } .testimonals-content { - width: 100%; + width: 90%; font-size: 10px; }