Skip to content

Commit 6c8cfc2

Browse files
committed
Feat: Center contributors container
1 parent a3530eb commit 6c8cfc2

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

components/contributors.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,7 @@ const Contributors = () => {
3838
</div>
3939
) : (
4040
<div className="banner">
41-
<div className="banner_container">
42-
<div>
41+
<div className="mx-4 md:mx-40">
4342
<p className="text-3xl text-white font-bold">Our contributors:</p>
4443
<div className="p-6 px-5"></div>
4544
<div
@@ -51,7 +50,6 @@ const Contributors = () => {
5150
</div>
5251
</div>
5352
</div>
54-
</div>
5553
)}
5654
</div>
5755
);

0 commit comments

Comments
 (0)