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 aa78b83 commit 03c6141Copy full SHA for 03c6141
src/layouts/PostLayout.astro
@@ -35,6 +35,6 @@ const { author } = siteConfig
35
36
<style lang="css">
37
.post {
38
- @apply grid grid-cols-1 mx-auto my-8 p-4 max-w-5xl;
+ @apply grid grid-cols-1 mx-auto my-8 p-4 xl:px-0 max-w-5xl;
39
}
40
</style>
0 commit comments