removed side margin

This commit is contained in:
Abhinav-grd 2021-04-01 21:38:45 +05:30
parent af2e6706e0
commit a86b1ac928

View file

@ -181,10 +181,9 @@ const Image = styled.img`
margin-right: 5px;
`;
const FlexContainer = styled.div<{ sideMargin: boolean }>`
const FlexContainer = styled.div`
flex: 1;
text-align: center;
${(props) => props.sideMargin && 'margin-left: 48px;'}
`;
sentryInit();
@ -243,7 +242,7 @@ export default function App({ Component, pageProps, err }) {
<GlobalStyles />
<Navbar>
<FlexContainer sideMargin={navbarIconView}>
<FlexContainer>
<Image
style={{ height: '24px' }}
alt="logo"