Skip to content

Commit ba87c85

Browse files
deftioclaude
andcommitted
Remove top bar above nav, add whitespace around section dividers
- Remove border-top from site header - Add margin-top to h2 headings for breathing room - Add 2em margin above and below hr elements Bump site version to 1.0.3. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent f5d3d14 commit ba87c85

2 files changed

Lines changed: 10 additions & 1 deletion

File tree

docs/_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
title: TriePack
2-
version: "1.0.2"
2+
version: "1.0.3"
33
description: Compressed trie-based dictionary format for fast, compact key-value storage
44
theme: minima
55
baseurl: "/triepack"

docs/assets/main.scss

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,11 +47,20 @@ $spacing-unit: 16px;
4747
h2 {
4848
border-bottom: 1px solid #e8e8e8;
4949
padding-bottom: 0.3em;
50+
margin-top: 1.8em;
51+
}
52+
53+
/* ── Horizontal rules ────────────────────────────────────────────────── */
54+
55+
hr {
56+
margin-top: 2em;
57+
margin-bottom: 2em;
5058
}
5159

5260
/* ── Navigation ──────────────────────────────────────────────────────── */
5361

5462
.site-header {
63+
border-top: none;
5564
border-bottom: 2px solid #424242;
5665
}
5766

0 commit comments

Comments
 (0)