diff --git a/src/app/NotFound.css b/src/app/NotFound.css index 87dfe28..61d0029 100644 --- a/src/app/NotFound.css +++ b/src/app/NotFound.css @@ -1,5 +1,4 @@ .notfound { - height: 100vh; display: flex; flex-direction: column; justify-content: center; diff --git a/src/app/not-found.tsx b/src/app/not-found.tsx index 1822d74..e3070e8 100644 --- a/src/app/not-found.tsx +++ b/src/app/not-found.tsx @@ -14,7 +14,7 @@ export default function NotFound() { Lo sentimos, la página que buscas no existe o ha sido movida. Verifica la URL o regresa a la página principal.
-