Skip to content

Commit

Permalink
margin
Browse files Browse the repository at this point in the history
  • Loading branch information
athammer committed Feb 3, 2024
1 parent cb26f4f commit cc47d97
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion src/app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export default function App() {
<>
{/* <Nav /> */}
<Suspense>
<div class="max-w-5xl m-auto mt-4 sm:mt-16 text-lg text-left">
<div class="max-w-5xl m-auto my-8 sm:mt-16 text-lg text-left">
<Nav />
{props.children}
</div>
Expand Down
3 changes: 0 additions & 3 deletions vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@ export default defineConfig({
start: {
server: {
preset: "cloudflare-pages",
prerender: {
crawlLinks: true,
},
},
},
});

0 comments on commit cc47d97

Please sign in to comment.