Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion apps/site/layouts/Learn.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ const LearnLayout: FC<PropsWithChildren> = ({ children }) => (
<WithProgressionSidebar navKey="learn" />

<div>
<main>
<main className="md:w-[65vw] lg:w-[48vw]">
Copy link
Contributor

@ShubhamOulkar ShubhamOulkar Mar 29, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
<main className="md:w-[65vw] lg:w-[48vw]">
<main>

Remove this class and update css

{children}

<WithSidebarCrossLinks navKey="learn" />
Expand Down
Loading