Added class nook-container

This commit is contained in:
Angelillo15 2023-08-05 13:35:42 +02:00
parent d68c63c401
commit 64dc2500a1
1 changed files with 1 additions and 1 deletions

View File

@ -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'}>