Skip to content

Commit 607a63f

Browse files
chore(website): stick changelog sidebar and add footer spacing on blog index
1 parent 90e44a2 commit 607a63f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

website/src/pages/blog/index.astro

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ for (const entry of changelogPosts) {
5353
---
5454

5555
<BlogLayout title="Blog - Rivet">
56-
<div class="mx-auto mt-20 w-full max-w-7xl px-6 md:mt-32" style="--header-height: 5rem;">
56+
<div class="mx-auto mt-20 w-full max-w-7xl px-6 pb-32 md:mt-32 md:pb-48" style="--header-height: 5rem;">
5757
<div class="mt-8 flex w-full items-center justify-between">
5858
<h1 class="text-4xl font-normal leading-[1.1] tracking-tight text-white md:text-6xl">Blog</h1>
5959
<a
@@ -65,7 +65,7 @@ for (const entry of changelogPosts) {
6565
</a>
6666
</div>
6767

68-
<div class="mt-12 flex flex-col gap-12 lg:grid lg:grid-cols-[16rem_minmax(0,1fr)] lg:items-start lg:gap-14">
68+
<div class="mt-12 flex flex-col gap-12 lg:grid lg:grid-cols-[16rem_minmax(0,1fr)] lg:gap-14">
6969
<!-- Changelog calendar -->
7070
<aside class="order-last lg:order-none">
7171
<div class="lg:sticky lg:top-header">

0 commit comments

Comments
 (0)