Update src/app/layout.tsx
This commit is contained in:
@@ -36,6 +36,9 @@ export default function RootLayout({
|
|||||||
<ServiceWrapper>
|
<ServiceWrapper>
|
||||||
<body
|
<body
|
||||||
className={sourceSans3.variable}
|
className={sourceSans3.variable}
|
||||||
|
style={{
|
||||||
|
boxShadow: "inset 0 0 60px rgba(0, 0, 0, 0.15)"
|
||||||
|
}}
|
||||||
>
|
>
|
||||||
<Tag />
|
<Tag />
|
||||||
{children}
|
{children}
|
||||||
@@ -1261,4 +1264,4 @@ export default function RootLayout({
|
|||||||
</ServiceWrapper>
|
</ServiceWrapper>
|
||||||
</html>
|
</html>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user