Skip to content

Commit

Permalink
done with the grid cols
Browse files Browse the repository at this point in the history
  • Loading branch information
AmoDinho committed Nov 18, 2020
1 parent 264ff01 commit 41f4aed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/partners/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const Partners = () => {
To make a bleeding edge appilcation you need amazing providers to make
it imaginable and practical
</HeadingThree>
<div className="grid grid-cols-4 gap-1">
<div className="grid lg:grid-cols-4 gap-1 sm:grid-cols-1">
{constants.partners.map((p, i) => (
<a
target="_blank"
Expand Down

0 comments on commit 41f4aed

Please sign in to comment.