fix: Release notes header desktop spacing
This commit is contained in:
@@ -20,7 +20,7 @@ export const metadata: Metadata = {
|
|||||||
export default function ReleaseNotes() {
|
export default function ReleaseNotes() {
|
||||||
return (
|
return (
|
||||||
<main className="flex min-h-screen flex-col items-center justify-start">
|
<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:px-24 xl:px-0 2xl:w-3/5">
|
<div className="py-42 flex min-h-screen flex-col justify-center px-10 lg:px-10 xl:px-10 2xl:w-3/5">
|
||||||
<h1 className="mt-48 text-4xl font-bold">Release Notes</h1>
|
<h1 className="mt-48 text-4xl font-bold">Release Notes</h1>
|
||||||
<p className="mt-8 text-lg text-muted-foreground">
|
<p className="mt-8 text-lg text-muted-foreground">
|
||||||
Stay up to date with the latest changes to Zen Browser! Since the{" "}
|
Stay up to date with the latest changes to Zen Browser! Since the{" "}
|
||||||
|
|||||||
Reference in New Issue
Block a user