Skip to content

Commit 2beaa69

Browse files
committed
feat: add px on mobile
1 parent 0ba6199 commit 2beaa69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/index.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ const posts = await getCollection("blog", (post) => {
7272
</div>
7373

7474
<div
75-
class="max-w-screen-xl mx-auto grid grid-cols-1 md:grid-cols-3 gap-4 py-16"
75+
class="max-w-screen-xl mx-auto grid grid-cols-1 md:grid-cols-3 gap-4 px-5 sm:px-0 py-16"
7676
>
7777
<Card>
7878
<CardHeader>

0 commit comments

Comments
 (0)