Skip to content

Commit

Permalink
fix: increase space below breadcrumbs
Browse files Browse the repository at this point in the history
  • Loading branch information
wKovacs64 committed Aug 1, 2022
1 parent d7a2647 commit 6aa52be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/navigation/nav.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
export default function Nav({ children }: { children: React.ReactNode }) {
return (
<nav className="mb-4 px-4 text-gray-100 sm:mb-8 sm:p-0">{children}</nav>
<nav className="mb-6 px-4 text-gray-100 sm:mb-8 sm:p-0">{children}</nav>
);
}

0 comments on commit 6aa52be

Please sign in to comment.