Skip to content

Commit

Permalink
fixed main content bottom margin
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebstep committed Oct 10, 2023
1 parent d76963a commit 5b8152a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ export default function RootLayout({
</head>
<body className={inter.className}>
<Navigation />
<main className="mx-auto mt-16 mb-14">{children}</main>
<main className="mx-auto mt-16 mb-32">{children}</main>
<Footer />
</body>
</html>
Expand Down

0 comments on commit 5b8152a

Please sign in to comment.