Compare commits

..

No commits in common. "02745ba207530f06654f979a6fa9561e88cc4a1e" and "76e12b9dba6e614fdaf3733917e10c961ac99f69" have entirely different histories.

View File

@ -67,8 +67,10 @@ export default function SettingsLayout({ children }: PropsWithChildren) {
<Separator className="my-6 lg:hidden" />
<div className="flex-1">
<section className="space-y-12">{children}</section>
<div className="flex-1 md:max-w-2xl">
<section className="max-w-xl space-y-12">
{children}
</section>
</div>
</div>
</div>