Skip to content

Commit 79121c0

Browse files
committed
Issue #5: More mobile view improvements: fix vertical padding at top on smaller viewports
1 parent acc638d commit 79121c0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/layouts/ContentPageLayout.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ const { title, description, headings, showTitleAsH1 = true, showBreadcrumbs = tr
6868
</nav>
6969
)}
7070

71-
<main class="container min-w-0 py-8 px-4 md:px-25">
71+
<main class="container min-w-0 py-0 md:py-8 px-4 md:px-25">
7272
<div id="mainContent" class="prose prose-slate dark:prose-invert mx-auto" style="max-width: min(100%, 150ch);">
7373

7474
{/** Breadcrumbs */}

0 commit comments

Comments
 (0)