feat: set margin left right 15px
This commit is contained in:
@@ -11,7 +11,7 @@ const CustomBoxContainer = styled.div`
|
|||||||
height: auto;
|
height: auto;
|
||||||
border: 2px solid #ff00c3;
|
border: 2px solid #ff00c3;
|
||||||
background-color: white;
|
background-color: white;
|
||||||
margin: 30px auto;
|
margin: 30px 15px;
|
||||||
`;
|
`;
|
||||||
|
|
||||||
const Triangle = styled.div`
|
const Triangle = styled.div`
|
||||||
|
|||||||
Reference in New Issue
Block a user