Update src/app/layout.tsx

This commit is contained in:
2025-12-20 14:04:52 +00:00
parent 8068bbda9a
commit 351a532287

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