Skip to content

Commit 4d762a4

Browse files
Update index.js
1 parent 461e988 commit 4d762a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/pages/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ const Home = ({ sponsors }) => {
231231
<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">
232232
Sponsors
233233
</h3>
234-
<div className="py-4 flex flex-wrap max-w-screen-md mx-auto">
234+
<div className="py-4 flex flex-wrap mx-auto" style={{ maxWidth: '95%' }}>
235235
<ParentSize>
236236
{({ width }) => {
237237
return (

0 commit comments

Comments
 (0)