diff --git a/src/pages/changelog.astro b/src/pages/changelog.astro index 1c1978b..d449a01 100644 --- a/src/pages/changelog.astro +++ b/src/pages/changelog.astro @@ -22,7 +22,7 @@ import BaseLayout from '../layouts/BaseLayout.astro'; -
+
@@ -69,7 +69,7 @@ import BaseLayout from '../layouts/BaseLayout.astro';
-
+
@@ -154,7 +154,7 @@ import BaseLayout from '../layouts/BaseLayout.astro';
-
+
@@ -217,7 +217,7 @@ import BaseLayout from '../layouts/BaseLayout.astro';
-
+
@@ -282,7 +282,7 @@ import BaseLayout from '../layouts/BaseLayout.astro';
-
+
@@ -333,7 +333,7 @@ import BaseLayout from '../layouts/BaseLayout.astro';
-
+
@@ -374,7 +374,7 @@ import BaseLayout from '../layouts/BaseLayout.astro';
-
+
@@ -431,7 +431,7 @@ import BaseLayout from '../layouts/BaseLayout.astro';
-
+
@@ -489,7 +489,7 @@ import BaseLayout from '../layouts/BaseLayout.astro';
-
+
@@ -702,7 +702,7 @@ import BaseLayout from '../layouts/BaseLayout.astro';
-
+
@@ -759,7 +759,7 @@ import BaseLayout from '../layouts/BaseLayout.astro';
-
+
@@ -844,6 +844,10 @@ import BaseLayout from '../layouts/BaseLayout.astro'; .changelog-section { padding: var(--space-xl) 0; } + + .changelog-section[id] { + scroll-margin-top: calc(var(--space-2xl) + 80px); + } .section-alt { background: var(--color-bg-secondary);