Skip to content

Commit

Permalink
Make the body centered
Browse files Browse the repository at this point in the history
  • Loading branch information
taras committed Jan 3, 2024
1 parent f376db0 commit b7164ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion www/routes/app.html.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ export function* useAppHtml({
<body class="max-w-screen-2xl m-auto">
<div class="flex flex-col h-full overflow-hidden">
<Header />
<main class="grow container min-h-0 overflow-hidden h-full">{children}</main>
<main class="grow container min-h-0 mx-auto overflow-hidden h-full">{children}</main>
</div>
</body>
</html>
Expand Down

0 comments on commit b7164ff

Please sign in to comment.