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 1ad7ad6 commit 209c56aCopy full SHA for 209c56a
src/pages/changelog-next/[...slug].astro
@@ -40,7 +40,7 @@ const props = {
40
41
<StarlightPage {...props}>
42
<Header />
43
- <div class="w-full max-w-[50rem] justify-self-center">
+ <div class="w-full max-w-[50rem] justify-self-center px-4">
44
<div class="!mt-0 mb-10">
45
<a href="/changelog-next/" class="no-underline">
46
<span class="text-accent">← </span>
src/pages/changelog-next/index.astro
@@ -50,7 +50,7 @@ const props = {
50
</div>
51
<Steps>
52
<ol class="!mt-0 overflow-x-auto" data-products={productIds}>
53
- <li class="mb-16">
+ <li class="!pb-16">
54
<div>
55
<a
56
href={`/changelog-next/${entry.slug}/`}
0 commit comments