Refactor layout component to adjust padding and width in ReleaseNotes page

This commit is contained in:
mauro-balades
2024-09-18 00:10:48 +02:00
parent dab1a0e3aa
commit 9f0076e793
3 changed files with 94 additions and 42 deletions

View File

@@ -20,7 +20,7 @@ export const metadata: Metadata = {
export default function ReleaseNotes() {
return (
<main className="flex min-h-screen flex-col items-center justify-start">
<div className="py-42 flex min-h-screen flex-col justify-center px-10 lg:w-4/5 lg:px-0 xl:w-3/5">
<div className="py-42 flex min-h-screen flex-col justify-center px-10 lg:px-24 xl:px-0 2xl:w-3/5">
<h1 className="mt-48 text-4xl font-bold">Release Notes</h1>
<p className="mt-8 text-lg text-muted-foreground">
Stay up to date with the latest changes to Zen Browser! Since the{" "}