We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c77b4a commit 6a0e818Copy full SHA for 6a0e818
docs/src/pages/index.js
@@ -173,7 +173,7 @@ const Home = () => {
173
<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">
174
Sponsors
175
</h3>
176
- <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%' }}>
177
<ParentSize>
178
{({ width }) => {
179
return (
0 commit comments