Skip to content

Commit 209c56a

Browse files
committed
[Docs Site] changelog-next padding fixes
1 parent 1ad7ad6 commit 209c56a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/pages/changelog-next/[...slug].astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ const props = {
4040

4141
<StarlightPage {...props}>
4242
<Header />
43-
<div class="w-full max-w-[50rem] justify-self-center">
43+
<div class="w-full max-w-[50rem] justify-self-center px-4">
4444
<div class="!mt-0 mb-10">
4545
<a href="/changelog-next/" class="no-underline">
4646
<span class="text-accent">← </span>

src/pages/changelog-next/index.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ const props = {
5050
</div>
5151
<Steps>
5252
<ol class="!mt-0 overflow-x-auto" data-products={productIds}>
53-
<li class="mb-16">
53+
<li class="!pb-16">
5454
<div>
5555
<a
5656
href={`/changelog-next/${entry.slug}/`}

0 commit comments

Comments
 (0)