From 49bdbd48a22252b8a6b7c7cf9f944616122c1e09 Mon Sep 17 00:00:00 2001 From: abhayybhatt Date: Thu, 2 Jan 2025 18:13:07 +0530 Subject: [PATCH] fix/misalignment-of-testimonials-images --- src/Pages/Testimonial.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Pages/Testimonial.css b/src/Pages/Testimonial.css index ac89ae0..d883a26 100644 --- a/src/Pages/Testimonial.css +++ b/src/Pages/Testimonial.css @@ -52,9 +52,9 @@ h1{ border: 3px solid #7c2214; overflow: hidden; top:15px; - left:125px; + left: 50%; + transform: translateX(-50%); border-radius: 50%; - animation: bounceIn 1s ease-in-out; /* Added animation */ } .image img{