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.
1 parent 0ba6199 commit 2beaa69Copy full SHA for 2beaa69
src/pages/index.astro
@@ -72,7 +72,7 @@ const posts = await getCollection("blog", (post) => {
72
</div>
73
74
<div
75
- class="max-w-screen-xl mx-auto grid grid-cols-1 md:grid-cols-3 gap-4 py-16"
+ class="max-w-screen-xl mx-auto grid grid-cols-1 md:grid-cols-3 gap-4 px-5 sm:px-0 py-16"
76
>
77
<Card>
78
<CardHeader>
0 commit comments