Skip to content

Commit d75c2b5

Browse files
committed
fix: footer mobile spacing
1 parent 3d6a460 commit d75c2b5

File tree

1 file changed

+1
-1
lines changed
  • src/modules/layout/components/footer-nav

1 file changed

+1
-1
lines changed

src/modules/layout/components/footer-nav/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ const FooterNav = () => {
1717
Acme
1818
</Link>
1919
</div>
20-
<div className="text-small-regular grid grid-cols-3 gap-x-16">
20+
<div className="text-small-regular grid grid-cols-3 gap-x-10 md:gap-x-16">
2121
{product_categories && (
2222
<div className="flex flex-col gap-y-2">
2323
<span className="text-base-semi">Categories</span>

0 commit comments

Comments
 (0)