Skip to content

Commit

Permalink
Merge pull request #877 from thefrontside/tm/fix-website-center
Browse files Browse the repository at this point in the history
  • Loading branch information
taras authored Jan 3, 2024
2 parents f376db0 + b7164ff commit 7fa2c1d
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 7fa2c1d

Please sign in to comment.