From fb6fce2b8a070b94b641a64156eb194f3ad55a1e Mon Sep 17 00:00:00 2001 From: karishmas6 Date: Wed, 23 Oct 2024 20:22:42 +0530 Subject: [PATCH] feat: triangle and logo styles --- src/components/molecules/ActionDescriptionBox.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/molecules/ActionDescriptionBox.tsx b/src/components/molecules/ActionDescriptionBox.tsx index defbd666..25b46d77 100644 --- a/src/components/molecules/ActionDescriptionBox.tsx +++ b/src/components/molecules/ActionDescriptionBox.tsx @@ -12,12 +12,12 @@ const CustomBoxContainer = styled.div` // border: 2px solid #ff00c3; border-radius: 5px; background-color: white; - margin: 70px 15px 30px 15px; + margin: 70px 15px 25px 15px; `; const Triangle = styled.div` position: absolute; - top: -20px; /* Moved the triangle down */ + top: -15px; left: 50%; transform: translateX(-50%); width: 0;