We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 264ff01 commit 41f4aedCopy full SHA for 41f4aed
src/components/partners/index.js
@@ -9,7 +9,7 @@ const Partners = () => {
9
To make a bleeding edge appilcation you need amazing providers to make
10
it imaginable and practical
11
</HeadingThree>
12
- <div className="grid grid-cols-4 gap-1">
+ <div className="grid lg:grid-cols-4 gap-1 sm:grid-cols-1">
13
{constants.partners.map((p, i) => (
14
<a
15
target="_blank"
0 commit comments