Skip to content

Commit a32cb4e

Browse files
committed
fix: set width to full
1 parent c64b172 commit a32cb4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/[lang]/download/layout.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ export default async function Download({params: {lang}, children}: DownloadProps
1515
return (
1616
<main className='w-full py-24'>
1717
<div className="flex min-h-screen w-full flex-col items-center">
18-
<div className="flex flex-col max-w-4xl p-4 lg:w-[56rem]">
18+
<div className="flex flex-col max-w-4xl p-4 w-full">
1919
<h1 className="text-4xl mb-8 font-bold">{dict.downloadPage.download}</h1>
2020
<FAlert
2121
severity="info"

0 commit comments

Comments
 (0)