Skip to content

Commit 8c882e8

Browse files
Make the footer responsive (windmill-labs#316)
1 parent 8b3e2fe commit 8c882e8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/landing/Footer.jsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ const navigation = {
3434
solutions: [
3535
{ name: 'Supabase', href: '/solutions/supabase' },
3636
{ name: 'Hubspot', href: '/solutions/hubspot' },
37-
{ name: 'Airtable', href: '/solutions/airtable' },
37+
{ name: 'Airtable', href: '/solutions/airtable' }
3838
]
3939
};
4040

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

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

0 commit comments

Comments
 (0)