We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c64b172 commit a32cb4eCopy full SHA for a32cb4e
app/[lang]/download/layout.tsx
@@ -15,7 +15,7 @@ export default async function Download({params: {lang}, children}: DownloadProps
15
return (
16
<main className='w-full py-24'>
17
<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]">
+ <div className="flex flex-col max-w-4xl p-4 w-full">
19
<h1 className="text-4xl mb-8 font-bold">{dict.downloadPage.download}</h1>
20
<FAlert
21
severity="info"
0 commit comments