Skip to content

Commit

Permalink
fix mobile issue
Browse files Browse the repository at this point in the history
  • Loading branch information
muddlebee committed Nov 18, 2024
1 parent bb66ae1 commit 11438f2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/app/globals.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
@tailwind base;
@tailwind components;
@tailwind utilities;

/*
body {
font-family: Arial, Helvetica, sans-serif;
}
Expand Down Expand Up @@ -43,4 +43,4 @@ body {
.animation-delay-4000 {
animation-delay: 4s;
}
} */
2 changes: 0 additions & 2 deletions src/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,7 @@ export default function RootLayout({
<body
className={`${geistSans.variable} ${geistMono.variable} antialiased`}
>
<ThemeProvider attribute="class" defaultTheme="system" enableSystem>
{children}
</ThemeProvider>
</body>
</html>
);
Expand Down

0 comments on commit 11438f2

Please sign in to comment.