Merge version_2 into main #1

Merged
development merged 2 commits from version_2 into main 2025-12-20 14:04:58 +00:00
Showing only changes of commit 351a532287 - Show all commits

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>
);
}
}