From 372f77992f6234112562b6cc0bc37c73a486bd99 Mon Sep 17 00:00:00 2001 From: sahadat-sk Date: Thu, 14 Mar 2024 20:10:52 +0530 Subject: [PATCH] fix: responsiveness of copy code section Signed-off-by: sahadat-sk --- components/features.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/components/features.tsx b/components/features.tsx index a0c4d1a3..31778364 100644 --- a/components/features.tsx +++ b/components/features.tsx @@ -22,7 +22,7 @@ gsap.registerPlugin(ScrollTrigger); const TestAndStubGenerationImage = () => { return ( -
+
{/* Features bg */}
{ <>
@@ -183,7 +183,7 @@ export default function Features() {
   return (
     <>
       
-
+

Keploy for developers