From 4cddae7aabcced8973b50ac19975f792cf04ff37 Mon Sep 17 00:00:00 2001 From: Soni maurya Date: Wed, 6 Nov 2024 10:41:01 +0530 Subject: [PATCH] testimonial img enhancement --- index.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/index.html b/index.html index 215b4ef..1822e12 100644 --- a/index.html +++ b/index.html @@ -757,6 +757,9 @@ /* Add some top margin */ } + .testimonial-card img{ + border-radius: 4px; + } .testimonials h2 { color: #333; /* Initial text color */