diff --git a/src/app/globals.css b/src/app/globals.css index 18af174..5c235e0 100644 --- a/src/app/globals.css +++ b/src/app/globals.css @@ -1,7 +1,7 @@ @tailwind base; @tailwind components; @tailwind utilities; - +/* body { font-family: Arial, Helvetica, sans-serif; } @@ -43,4 +43,4 @@ body { .animation-delay-4000 { animation-delay: 4s; -} \ No newline at end of file +} */ \ No newline at end of file diff --git a/src/app/layout.tsx b/src/app/layout.tsx index f1ae950..6a2719f 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -29,9 +29,7 @@ export default function RootLayout({
-