Merge version_2 into main #1

Merged
development merged 2 commits from version_2 into main 2025-12-20 14:04:58 +00:00
2 changed files with 5 additions and 2 deletions

View File

@@ -36,6 +36,9 @@ export default function RootLayout({
<ServiceWrapper>
<body
className={sourceSans3.variable}
style={{
boxShadow: "inset 0 0 60px rgba(0, 0, 0, 0.15)"
}}
>
<Tag />
{children}
@@ -1261,4 +1264,4 @@ export default function RootLayout({
</ServiceWrapper>
</html>
);
}
}

View File

@@ -381,4 +381,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}