Skip to content

Commit

Permalink
align footer columns on smaller screens #1
Browse files Browse the repository at this point in the history
  • Loading branch information
mfenner committed Nov 23, 2021
1 parent 1f45fe2 commit 88218bb
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions components/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ export default function Footer() {
Footer
</h2>
<div className="max-w-7xl mx-auto py-6 lg:py-8 flex flex-auto items-center justify-between font-sans">
<div className="mx-2 w-full grid grid-cols-2 md:grid-cols-4 gap-2 lg:gap-8 xl:mt-0">
<div className="mt-2 mx-auto md:mt-0">
<div className="w-full grid grid-cols-2 md:grid-cols-4 gap-2 lg:gap-8 xl:mt-0">
<div className="mx-4 md:mx-auto mt-2 md:mt-0">
<h3 className="text-base font-semibold text-gray-400 tracking-wider uppercase">
FORCE11
</h3>
Expand Down Expand Up @@ -89,7 +89,7 @@ export default function Footer() {
</li>
</ul>
</div>
<div className="mt-2 mx-auto md:mt-0">
<div className="mx-4 md:mx-auto mt-2 md:mt-0">
<h3 className="text-base font-semibold text-gray-400 tracking-wider uppercase">
Community
</h3>
Expand Down Expand Up @@ -133,7 +133,7 @@ export default function Footer() {
</li>
</ul>
</div>
<div className="mt-2 mx-auto md:mt-0">
<div className="mx-4 md:mx-auto mt-2 md:mt-0">
<h3 className="text-base font-semibold text-gray-400 tracking-wider uppercase">
Upstream
</h3>
Expand Down Expand Up @@ -172,7 +172,7 @@ export default function Footer() {
</li>
</ul>
</div>
<div className="mt-2 mx-auto md:mt-0">
<div className="mx-4 md:mx-auto mt-2 md:mt-0">
<h3 className="text-base font-semibold text-gray-400 tracking-wider uppercase">
Contact Us
</h3>
Expand Down

1 comment on commit 88218bb

@vercel
Copy link

@vercel vercel bot commented on 88218bb Nov 23, 2021

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.