Skip to content

Commit

Permalink
Merge pull request #28 from thefrontside/tm/fix-mobile-layout
Browse files Browse the repository at this point in the history
Cleaned up the layout for desktop and mobile
  • Loading branch information
taras authored Dec 17, 2024
2 parents 0e38873 + 7538f58 commit a2d7089
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 @@ -116,7 +116,7 @@ export function* useAppHtml({
</head>
<body class="flex flex-col">
<Header navLinks={navLinks} />
<main class="container max-w-screen-2xl mx-auto mb-auto py-5">
<main class="container max-w-screen-2xl mx-auto mb-auto p-5">
{children}
</main>
<Footer />
Expand Down

0 comments on commit a2d7089

Please sign in to comment.