fix: Removed margin-top on Member page (#1609)

This commit is contained in:
Zoltán Völcsey
2023-09-15 20:27:52 +02:00
committed by GitHub
parent 7949cff5df
commit d07474ece7

View File

@ -20,7 +20,6 @@ import {
const StyledContainer = styled.div`
display: flex;
flex-direction: column;
margin-top: ${({ theme }) => theme.spacing(8)};
padding: ${({ theme }) => theme.spacing(8)};
width: 350px;
`;