Skip to content

Commit

Permalink
updated footer style
Browse files Browse the repository at this point in the history
  • Loading branch information
gnehs committed Mar 2, 2024
1 parent e393ce4 commit 0e1ed00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ const links = [

export function Footer() {
return (
<footer className="flex justify-center gap-[70px] bg-sitcon-primary py-5 text-sitcon-secondary">
<footer className="grid grid-cols-3 bg-sitcon-primary py-2 text-sitcon-secondary">
{links.map((link) => (
<NavLink key={link.href} {...link} />
))}
Expand Down

0 comments on commit 0e1ed00

Please sign in to comment.