Merge pull request #191 from oev-chrisbennett/main

fix: Release notes header `XL` padding
This commit is contained in:
mauro 🤙
2024-09-23 00:04:09 +02:00
committed by GitHub

View File

@@ -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{" "}