mirror of
https://github.com/cloudflare/cloudflare-docs.git
synced 2026-01-16 23:11:06 +00:00
[Docs Site] changelog-next padding fixes (#19529)
This commit is contained in:
parent
9511926724
commit
9765bb6200
2 changed files with 2 additions and 2 deletions
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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}/`}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue