We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7297a5f commit 93349b9Copy full SHA for 93349b9
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-2 gap-2">
+ <div className="grid grid-cols-4 gap-1">
13
{constants.partners.map((p, i) => (
14
<a
15
target="_blank"
0 commit comments