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 8a69dc6 commit 028e2b8Copy full SHA for 028e2b8
docs/src/pages/index.js
@@ -185,7 +185,7 @@ const Home = props => {
185
<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">
186
Sponsors
187
</h3>
188
- <div className="py-4 flex flex-wrap max-w-screen-md mx-auto">
+ <div className="py-4 flex flex-wrap mx-auto" style={{ maxWidth: '95%' }}>
189
<ParentSize>
190
{({ width }) => {
191
return (
0 commit comments