Skip to content

Commit 6a0e818

Browse files
Update index.js
1 parent 8c77b4a commit 6a0e818

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/pages/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ const Home = () => {
173173
<h3 className="text-center text-3xl leading-8 font-extrabold tracking-tight text-gray-900 sm:text-4xl sm:leading-10 lg:leading-none mt-8">
174174
Sponsors
175175
</h3>
176-
<div className="py-4 flex flex-wrap max-w-screen-md mx-auto">
176+
<div className="py-4 flex flex-wrap mx-auto" style={{ maxWidth: '95%' }}>
177177
<ParentSize>
178178
{({ width }) => {
179179
return (

0 commit comments

Comments
 (0)