[Docs Site] changelog-next padding fixes (#19529)

This commit is contained in:
Kian 2025-01-29 19:41:25 +00:00 committed by GitHub
parent 9511926724
commit 9765bb6200
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

@ -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>

View file

@ -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}/`}