rotating bg
with some custom classes.
This commit is contained in:
@@ -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>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user