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