Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/pages/changelog-next/[...slug].astro
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ const props = {

<StarlightPage {...props}>
<Header />
<div class="w-full max-w-[50rem] justify-self-center">
<div class="w-full max-w-[50rem] justify-self-center px-4">
<div class="!mt-0 mb-10">
<a href="/changelog-next/" class="no-underline">
<span class="text-accent">← </span>
Expand Down
2 changes: 1 addition & 1 deletion src/pages/changelog-next/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ const props = {
</div>
<Steps>
<ol class="!mt-0 overflow-x-auto" data-products={productIds}>
<li class="mb-16">
<li class="!pb-16">
<div>
<a
href={`/changelog-next/${entry.slug}/`}
Expand Down