Skip to content

Commit

Permalink
🚑fix: footer gap on smartphone
Browse files Browse the repository at this point in the history
  • Loading branch information
Marukome0743 committed Sep 20, 2024
1 parent fefd626 commit a9dec78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export function Footer(): JSX.Element {
return (
<footer className="bg-stone-200 space-y-2 text-center text-sm">
<nav>
<ul className="gap-4 grid grid-cols-3 justify-center mx-auto p-1 w-fit sm:gap-6 sm:grid-cols-5">
<ul className="gap-1 grid grid-cols-3 justify-center mx-auto p-1 w-fit sm:gap-6 sm:grid-cols-5">
{NAVIGATION.map((menu) => (
<li key={menu.name}>
<Link
Expand Down

0 comments on commit a9dec78

Please sign in to comment.