Skip to content

Commit 0802c69

Browse files
kt3kclaude
andcommitted
fix: make footer CTA divider span the full viewport width
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
1 parent 453fc37 commit 0802c69

1 file changed

Lines changed: 9 additions & 7 deletions

File tree

src/_includes/layouts/base.vto

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,15 @@
2727
</main>
2828

2929
<footer class="border-t border-rule">
30-
<div class="mx-auto flex max-w-2xl flex-col items-center gap-3 border-b border-rule px-6 py-12 text-center">
31-
<p class="text-lg font-bold tracking-tight text-ink">Missing a repo you care about?</p>
32-
<p class="max-w-md text-sm leading-relaxed text-ink-soft">Fork it and spin up your own Changelog site.</p>
33-
<a href="/about#run-your-own" class="mt-1 inline-flex items-center gap-1.5 rounded-full bg-accent px-5 py-2.5 text-sm font-semibold text-white no-underline transition hover:opacity-90">
34-
Fork &amp; get started
35-
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="h-4 w-4" aria-hidden="true"><path d="M5 12h14"></path><path d="M13 6l6 6-6 6"></path></svg>
36-
</a>
30+
<div class="border-b border-rule">
31+
<div class="mx-auto flex max-w-2xl flex-col items-center gap-3 px-6 py-12 text-center">
32+
<p class="text-lg font-bold tracking-tight text-ink">Missing a repo you care about?</p>
33+
<p class="max-w-md text-sm leading-relaxed text-ink-soft">Fork it and spin up your own Changelog site.</p>
34+
<a href="/about#run-your-own" class="mt-1 inline-flex items-center gap-1.5 rounded-full bg-accent px-5 py-2.5 text-sm font-semibold text-white no-underline transition hover:opacity-90">
35+
Fork &amp; get started
36+
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="h-4 w-4" aria-hidden="true"><path d="M5 12h14"></path><path d="M13 6l6 6-6 6"></path></svg>
37+
</a>
38+
</div>
3739
</div>
3840
<div class="mx-auto flex max-w-2xl flex-wrap items-center justify-center gap-x-2 gap-y-1 px-6 py-10 text-center text-sm text-ink-soft">
3941
<span>© {{ ("" + new Date().getFullYear()) }} {{ site_name }}</span>

0 commit comments

Comments
 (0)