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