Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| be330b3ee3 | |||
| a5dda0758a | |||
| 351a532287 |
@@ -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>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -381,4 +381,4 @@ export default function LandingPage() {
|
|||||||
</div>
|
</div>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user