Skip to content

Commit

Permalink
design: width full 제거 (#53)
Browse files Browse the repository at this point in the history
  • Loading branch information
pipisebastian authored Feb 16, 2024
1 parent 4e9eb68 commit 0b8e3e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ const RootLayout = ({ children }: { children: React.ReactNode }) => {
<Providers>
<Flex>
<Sidebar />
<Flex w="full">{children}</Flex>
{children}
</Flex>
</Providers>
</body>
Expand Down

0 comments on commit 0b8e3e3

Please sign in to comment.