Skip to content

Commit

Permalink
fix margin
Browse files Browse the repository at this point in the history
  • Loading branch information
berekuk committed Nov 27, 2024
1 parent 22053aa commit 2da3cf5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/hub/src/app/(frontpage)/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export default function FrontPageLayout({ children }: PropsWithChildren) {
<StyledTabLink name="Definitions" href={definitionsRoute()} prefetch />
<StyledTabLink name="Groups" href={groupsRoute()} prefetch />
</StyledTabLinkList>
<div className="mt-4">{children}</div>
<div className="mt-8">{children}</div>
</NarrowPageLayout>
);
}

0 comments on commit 2da3cf5

Please sign in to comment.