rotating bg

with some custom classes.
This commit is contained in:
2025-06-22 20:08:55 +02:00
parent 2a64d05b71
commit dba9b58a6a
3 changed files with 26 additions and 10 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ export default function RootLayout({
}) {
return (
<html lang="en">
<body className="bg-game-show">{children}</body>
<body className="bg-game-show animate h-screen">{children}</body>
</html>
);
}