Skip to content

Commit 41f4aed

Browse files
committed
done with the grid cols
1 parent 264ff01 commit 41f4aed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/partners/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ const Partners = () => {
99
To make a bleeding edge appilcation you need amazing providers to make
1010
it imaginable and practical
1111
</HeadingThree>
12-
<div className="grid grid-cols-4 gap-1">
12+
<div className="grid lg:grid-cols-4 gap-1 sm:grid-cols-1">
1313
{constants.partners.map((p, i) => (
1414
<a
1515
target="_blank"

0 commit comments

Comments
 (0)