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 a3530eb commit 6c8cfc2Copy full SHA for 6c8cfc2
components/contributors.js
@@ -38,8 +38,7 @@ const Contributors = () => {
38
</div>
39
) : (
40
<div className="banner">
41
- <div className="banner_container">
42
- <div>
+ <div className="mx-4 md:mx-40">
43
<p className="text-3xl text-white font-bold">Our contributors:</p>
44
<div className="p-6 px-5"></div>
45
<div
@@ -51,7 +50,6 @@ const Contributors = () => {
51
50
52
53
54
- </div>
55
)}
56
57
);
0 commit comments