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 461e988 commit 4d762a4Copy full SHA for 4d762a4
docs/src/pages/index.js
@@ -231,7 +231,7 @@ const Home = ({ sponsors }) => {
231
<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">
232
Sponsors
233
</h3>
234
- <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%' }}>
235
<ParentSize>
236
{({ width }) => {
237
return (
0 commit comments