We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent acc638d commit 79121c0Copy full SHA for 79121c0
1 file changed
src/layouts/ContentPageLayout.astro
@@ -68,7 +68,7 @@ const { title, description, headings, showTitleAsH1 = true, showBreadcrumbs = tr
68
</nav>
69
)}
70
71
- <main class="container min-w-0 py-8 px-4 md:px-25">
+ <main class="container min-w-0 py-0 md:py-8 px-4 md:px-25">
72
<div id="mainContent" class="prose prose-slate dark:prose-invert mx-auto" style="max-width: min(100%, 150ch);">
73
74
{/** Breadcrumbs */}
0 commit comments