We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f265795 commit d10f63bCopy full SHA for d10f63b
apps/website/app/(home)/page.tsx
@@ -17,7 +17,7 @@ export default function HomePage() {
17
<article className="prose max-w-none">
18
<p className="text-center">More than 80 high-quality linting rules for writing better React code.</p>
19
<h2>Features</h2>
20
- <Cards>
+ <Cards className="grid grid-cols-1 gap-4 md:grid-cols-4">
21
{features.map(([title, description]) => <Card description={description} key={title} title={title} />)}
22
</Cards>
23
<h2>Roadmap</h2>
0 commit comments