Review adjustments (#11)

This commit is contained in:
Riccardo Senica
2024-01-20 03:00:31 +01:00
committed by GitHub
parent d420ceaf9f
commit 29067035e8
12 changed files with 153 additions and 92 deletions

View File

@@ -30,7 +30,9 @@ export default function RootLayout({
fontSans.variable
)}
>
<Background>{children}</Background>
<Background>
<div style={{ zIndex: 2 }}>{children}</div>
</Background>
<Analytics />
</body>
</html>