From 1924ed09b4acc16225eec4b73d4b7be7fe6efa4f Mon Sep 17 00:00:00 2001 From: karishmas6 Date: Sun, 20 Oct 2024 15:57:49 +0530 Subject: [PATCH] feat: set margin left right 15px --- src/components/molecules/ActionDescriptionBox.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/molecules/ActionDescriptionBox.tsx b/src/components/molecules/ActionDescriptionBox.tsx index a3bcde4e..8ff8e5af 100644 --- a/src/components/molecules/ActionDescriptionBox.tsx +++ b/src/components/molecules/ActionDescriptionBox.tsx @@ -11,7 +11,7 @@ const CustomBoxContainer = styled.div` height: auto; border: 2px solid #ff00c3; background-color: white; - margin: 30px auto; + margin: 30px 15px; `; const Triangle = styled.div`