fix: Removed margin-top on Member page (#1609)
This commit is contained in:
@ -20,7 +20,6 @@ import {
|
|||||||
const StyledContainer = styled.div`
|
const StyledContainer = styled.div`
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
margin-top: ${({ theme }) => theme.spacing(8)};
|
|
||||||
padding: ${({ theme }) => theme.spacing(8)};
|
padding: ${({ theme }) => theme.spacing(8)};
|
||||||
width: 350px;
|
width: 350px;
|
||||||
`;
|
`;
|
||||||
|
|||||||
Reference in New Issue
Block a user