Added class nook-container
This commit is contained in:
parent
d68c63c401
commit
64dc2500a1
|
@ -61,7 +61,7 @@ const App = () => {
|
|||
<GlobalStylesheet />
|
||||
<StoreProvider store={store}>
|
||||
<ProgressBar />
|
||||
<div css={tw`mx-auto w-auto`}>
|
||||
<div css={tw`mx-auto w-auto`} className='nook-container'>
|
||||
<Router history={history}>
|
||||
<Switch>
|
||||
<Route path={'/auth'}>
|
||||
|
|
Loading…
Reference in New Issue