We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87f9cf5 commit 0046726Copy full SHA for 0046726
src/routes/__root.tsx
@@ -19,7 +19,10 @@ function RootComponent() {
19
);
20
21
return (
22
- <Flex direction="column" style={{ minHeight: "100vh" }}>
+ <Flex
23
+ direction="column"
24
+ className="bg-neutral-200 min-h-screen max-w-[600px] mx-auto outline outline-1 outline-gray-200 -outline-offset-1"
25
+ >
26
{hasHeader && <Header />}
27
<Container py="4" px="4">
28
<Outlet />
0 commit comments