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.
grid
1 parent 3a5d2dc commit 04f027bCopy full SHA for 04f027b
dev/pages/index/+Page.tsx
@@ -331,7 +331,9 @@ export default function HomePage() {
331
</div>
332
333
334
- <div class="max-w-8xl mx-auto grid w-full grid-cols-1 gap-3 px-5 md:grid-cols-2 xl:grid-cols-3">
+ <div
335
+ class={`${'max-w-8xl mx-auto flex w-full flex-col gap-3 px-3'} grid-cols-1 md:grid md:grid-cols-2 xl:grid-cols-3`}
336
+ >
337
<For each={filteredList()}>{_li => _li.example}</For>
338
339
0 commit comments