Skip to content

Commit

Permalink
fix: Footer col width on mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
richiemcilroy committed Nov 14, 2024
1 parent 21f7434 commit b166ba9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/web/components/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ export const Footer = () => {
</li>
</ul>
</div>
<div className="space-y-4 sm:col-span-6 lg:col-span-5">
<div className="space-y-4 col-span-12 sm:col-span-6 lg:col-span-5">
<h3 className="text-lg font-semibold">Additional Links</h3>
<ul className="grid grid-cols-1 sm:grid-cols-2 gap-2">
<li>
Expand Down

1 comment on commit b166ba9

@vercel
Copy link

@vercel vercel bot commented on b166ba9 Nov 14, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.