feat: align inside panel

This commit is contained in:
karishmas6
2024-10-23 22:06:56 +05:30
parent 9e39c2b9cb
commit fe596613e2

View File

@@ -12,7 +12,7 @@ const CustomBoxContainer = styled.div`
// border: 2px solid #ff00c3;
border-radius: 5px;
background-color: white;
margin: 80px 15px 25px 15px;
margin: 80px 13px 25px 13px;
`;
const Triangle = styled.div`