Skip to content

Commit

Permalink
Make the footer responsive
Browse files Browse the repository at this point in the history
  • Loading branch information
fatonramadani committed Sep 26, 2023
1 parent 8241e2d commit e126fed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/landing/Footer.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ const navigation = {
solutions: [
{ name: 'Supabase', href: '/solutions/supabase' },
{ name: 'Hubspot', href: '/solutions/hubspot' },
{ name: 'Airtable', href: '/solutions/airtable' },
{ name: 'Airtable', href: '/solutions/airtable' }
]
};

Expand All @@ -48,7 +48,7 @@ export default function Footer() {
<div className="flex flex-row-reverse flex-wrap justify-between gap-8 lg:gap-20">
<div></div>

<div className="mx-auto grid grid-cols-4 gap-20">
<div className="mx-auto grid grid-cols-2 sm:grid-cols-3 md:grid-cols-4 gap-20">
<div className="">
<h3 className="text-sm font-semibold leading-6 text-gray-900 dark:text-gray-100">
Support
Expand Down

0 comments on commit e126fed

Please sign in to comment.