Skip to content

Commit 280c27a

Browse files
committed
use single column for jump to links on reference item page
1 parent 40f59e2 commit 280c27a

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

src/layouts/ReferenceItemLayout.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ const seenParams: Record<string, true> = {};
8383
subtitle={null}
8484
variant="item"
8585
topic="reference"
86-
className="reference"
86+
className="reference-item"
8787
>
8888
<div class="content-grid mt-0 max-w-[750px]">
8989
<div class="col-span-9 xl:min-w-[1000px]">

styles/variables.scss

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,8 @@ html {
6565
--accent-color: var(--bg-magenta-70);
6666
}
6767

68-
.reference {
68+
.reference,
69+
.reference-item {
6970
--accent-color: var(--bg-yellow);
7071
}
7172

0 commit comments

Comments
 (0)