We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 74711cd commit 551a978Copy full SHA for 551a978
components/Layout.tsx
@@ -61,7 +61,7 @@ export default function Layout({
61
<main
62
className={classnames(
63
mainClassName,
64
- 'z-10 xl:rounded-xl pt-4 mx-auto',
+ 'z-10 h-screen xl:rounded-xl pt-4 mx-auto',
65
)}
66
>
67
<header
components/Sidebar.tsx
@@ -183,7 +183,7 @@ export const SidebarLayout = ({ children }: { children: React.ReactNode }) => {
183
</div>
184
185
186
- <div className='max-w-[1400px] mx-auto grid grid-cols-1 lg:grid-cols-4 mx-4 md:mx-12'>
+ <div className='max-w-[1400px] grid grid-cols-1 lg:grid-cols-4 mx-4 md:mx-12'>
187
<div className='hidden lg:block mt-24'>
188
<DocsNav />
189
<CarbonAds
0 commit comments