We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff68952 commit 7665eaeCopy full SHA for 7665eae
1 file changed
apps/site/layouts/Learn.tsx
@@ -16,7 +16,7 @@ const LearnLayout: FC<PropsWithChildren> = ({ children }) => (
16
<WithProgressionSidebar navKey="learn" />
17
18
<div>
19
- <main>
+ <main className="md:w-[65vw] lg:w-[48vw]">
20
{children}
21
22
<WithSidebarCrossLinks navKey="learn" />
0 commit comments