Skip to content

Commit 4bf5474

Browse files
committed
Match link spacing
1 parent ee3aa7a commit 4bf5474

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ui/footer.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ export const Footer = ({ className }: { className?: string }) => {
8888
<div className="w-full">
8989
<div className="flex w-fit flex-col gap-4">
9090
<p>Links</p>
91-
<div className="grid grid-cols-3 gap-5 text-secondary sm:flex sm:flex-wrap">
91+
<div className="grid grid-cols-3 gap-6 text-secondary sm:flex sm:flex-wrap">
9292
{links.map(({ label, href }) => (
9393
<Link key={label} href={href}>
9494
{label}

0 commit comments

Comments
 (0)