Skip to content

Commit

Permalink
Update Footer styling
Browse files Browse the repository at this point in the history
  • Loading branch information
FoggyMtnDrifter committed Feb 20, 2024
1 parent 6087517 commit 358c687
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/[locale]/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ export default function Footer() {
<footer>
<div className="mx-auto max-w-7xl overflow-hidden px-2 lg:px-0 py-20 sm:py-24">
<nav
className="-mb-6 columns-2 sm:flex sm:justify-center sm:space-x-12"
className="flex flex-wrap justify-center items-center gap-10"
aria-label={tFooter("footer")}
>
{navigation.main.map((item) => (
Expand All @@ -183,7 +183,7 @@ export default function Footer() {
</div>
))}
</nav>
<div className="mt-10 flex flex-wrap justify-center items-center gap-y-6 gap-x-6">
<div className="mt-6 flex flex-wrap justify-center items-center gap-y-6 gap-x-6">
{navigation.social.map((item) => (
<Link
key={item.name}
Expand Down

0 comments on commit 358c687

Please sign in to comment.