Tweaks page styles

This commit is contained in:
Michael Novotny 2023-07-17 18:22:11 -05:00
parent 73c6d455fe
commit e6c1834963
No known key found for this signature in database

View File

@ -4,7 +4,7 @@ import { Suspense } from 'react';
export default function Layout({ children }: { children: React.ReactNode }) {
return (
<Suspense>
<div className="w-full bg-white dark:bg-black">
<div className="w-full">
<div className="mx-8 max-w-2xl py-20 sm:mx-auto">
<Suspense>{children}</Suspense>
</div>