Skip to content

Commit 7cac6c7

Browse files
committed
.
1 parent 7c89956 commit 7cac6c7

2 files changed

Lines changed: 1 addition & 3 deletions

File tree

app/layout.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ export default function RootLayout({
103103

104104

105105

106-
<main>
106+
<main className="w-full">
107107
{children}
108108
</main>
109109

components/ui/404.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,6 @@ export default function NotFound404() {
233233

234234

235235
return (
236-
<main>
237236
<div className="w-full h-svh flex flex-row justify-center items-center bg-gradient-landing">
238237
<div className="w-full max-w-7xl px-6 flex flex-col gap-6 select-none">
239238
<FadeIn>
@@ -248,6 +247,5 @@ export default function NotFound404() {
248247
</FadeIn>
249248
</div>
250249
</div>
251-
</main>
252250
)
253251
}

0 commit comments

Comments
 (0)