Skip to content

Commit

Permalink
Patch Mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
lucemans committed Jun 24, 2023
1 parent d2772d0 commit cf33790
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ export default function RootLayout({
/>
</head>
<body
className="grid min-h-screen w-full"
className="min-h-screen w-full lg:grid"
style={{ gridTemplateColumns: '1fr auto 1fr' }}
>
<Sidebar />
Expand Down

0 comments on commit cf33790

Please sign in to comment.