Skip to content

Commit 7ed9898

Browse files
Update grid layout for blog section
1 parent 43fa62c commit 7ed9898

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/routes/blog.index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ function BlogIndex() {
9898
The latest news and blog posts from TanStack
9999
</p>
100100
</header>
101-
<section className="grid grid-cols-1 md:grid-cols-2 2xl:grid-cols-3 gap-4">
101+
<section className="grid grid-cols-1 xl:grid-cols-2 2xl:grid-cols-3 gap-4">
102102
{frontMatters.map(
103103
({ slug, title, published, excerpt, headerImage, authors }) => {
104104
return (

0 commit comments

Comments
 (0)