Skip to content

Commit 03c6141

Browse files
committed
fix(layout): adjust padding-x
1 parent aa78b83 commit 03c6141

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/layouts/PostLayout.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,6 @@ const { author } = siteConfig
3535

3636
<style lang="css">
3737
.post {
38-
@apply grid grid-cols-1 mx-auto my-8 p-4 max-w-5xl;
38+
@apply grid grid-cols-1 mx-auto my-8 p-4 xl:px-0 max-w-5xl;
3939
}
4040
</style>

0 commit comments

Comments
 (0)