We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20a7a9e commit b2232f0Copy full SHA for b2232f0
app/layout.tsx
@@ -102,7 +102,7 @@ export default function RootLayout({ children }: { children: React.ReactNode })
102
<meta name="theme-color" media="(prefers-color-scheme: light)" content="#fff" />
103
<meta name="theme-color" media="(prefers-color-scheme: dark)" content="#000" />
104
<link rel="alternate" type="application/rss+xml" href={`${basePath}/feed.xml`} />
105
- <body className="mx-auto max-w-[100rem] bg-butter-400 text-black antialiased dark:bg-gray-950 dark:text-white">
+ <body className="mx-auto max-w-7xl bg-butter-400 text-black antialiased dark:bg-gray-950 dark:text-white">
106
<ButtonScript />
107
<ThemeProviders>
108
<SearchProvider searchConfig={siteMetadata.search as SearchConfig}>
0 commit comments