From c393b2085ff23a4a55b70f25b2bbdb5f0847f6a6 Mon Sep 17 00:00:00 2001
From: Andres
Date: Thu, 15 Aug 2024 17:38:56 +0200
Subject: [PATCH] fix layout
---
src/pages/_document.tsx | 8 +++-----
1 file changed, 3 insertions(+), 5 deletions(-)
diff --git a/src/pages/_document.tsx b/src/pages/_document.tsx
index 985d849..f72986f 100644
--- a/src/pages/_document.tsx
+++ b/src/pages/_document.tsx
@@ -2,12 +2,10 @@ import { Head, Html, Main, NextScript } from "next/document"
export default function Document() {
return (
-
+
-
-
-
-
+
+
)
}