Skip to content

Commit

Permalink
🎨 More space in header
Browse files Browse the repository at this point in the history
  • Loading branch information
ThijmenGThN committed Dec 17, 2023
1 parent 2a799ce commit df55618
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 @@ -45,7 +45,7 @@ export default function Layout({ children }: { children: React.ReactNode }) {

<div className="container mx-auto flex flex-col min-h-screen h-full">

<div className="grow mt-8">
<div className="grow mt-24">
{children}
</div>

Expand Down

0 comments on commit df55618

Please sign in to comment.