Skip to content

Commit

Permalink
update envs
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianhajdin committed Jun 27, 2022
1 parent 54685d2 commit 5eb815d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/_app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ const MyApp = ({ Component, pageProps }: AppProps) => {
return (
<div className='xl:w-[1200px] m-auto overflow-hidden h-[100vh]'>
<Navbar />
<div className='flex gap-6 md:gap-20 '>
<div className='flex gap-6 md:gap-20 '>
<div className='h-[92vh] overflow-hidden xl:hover:overflow-auto'>
<Sidebar />
</div>
Expand Down

0 comments on commit 5eb815d

Please sign in to comment.