Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/routes/blog.index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ function BlogIndex() {
The latest news and blog posts from TanStack
</p>
</header>
<section className="grid grid-cols-1 md:grid-cols-2 2xl:grid-cols-3 gap-4">
<section className="grid grid-cols-1 xl:grid-cols-2 2xl:grid-cols-3 gap-4">
{frontMatters.map(
({ slug, title, published, excerpt, headerImage, authors }) => {
return (
Expand Down
Loading