Skip to content

Commit

Permalink
feat(layout): add bottom margin
Browse files Browse the repository at this point in the history
  • Loading branch information
jsun969 committed Feb 11, 2024
1 parent 0d26f37 commit 91edcd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ export default function RootLayout({ children }: RootLayoutProps) {
<html lang="en" className={archivo.className}>
<body className="overflow-x-hidden bg-grey text-white">
<Header />
<div className="mx-auto min-h-screen w-responsive pt-32 md:pt-40">
<div className="mx-auto min-h-screen w-responsive pb-6 pt-32 md:pt-40">
{children}
</div>
<Footer />
Expand Down

0 comments on commit 91edcd9

Please sign in to comment.