We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c89956 commit 7cac6c7Copy full SHA for 7cac6c7
2 files changed
app/layout.tsx
@@ -103,7 +103,7 @@ export default function RootLayout({
103
104
105
106
- <main>
+ <main className="w-full">
107
{children}
108
</main>
109
components/ui/404.tsx
@@ -233,7 +233,6 @@ export default function NotFound404() {
233
234
235
return (
236
237
<div className="w-full h-svh flex flex-row justify-center items-center bg-gradient-landing">
238
<div className="w-full max-w-7xl px-6 flex flex-col gap-6 select-none">
239
<FadeIn>
@@ -248,6 +247,5 @@ export default function NotFound404() {
248
247
</FadeIn>
249
</div>
250
251
- </main>
252
)
253
}
0 commit comments