Skip to content

Commit b7da724

Browse files
MaxDatenclaude
andcommitted
style: Tighten section spacing and fix GitHub logo padding
- Reduce section header top margin from 3rem to var(--space-6) for better density alignment with Precision & Density design direction - Fix GitHub logo padding to 4px grid (0 2px → 0 4px) 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 539f76b commit b7da724

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/templates/template.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ h2 {
209209
font-weight: 600;
210210
line-height: 1.3;
211211
letter-spacing: -0.01em;
212-
margin: 3rem 0 var(--space-5);
212+
margin: var(--space-6) 0 var(--space-5);
213213
padding-bottom: var(--space-3);
214214
color: var(--text-heading);
215215
position: relative;
@@ -433,7 +433,7 @@ code {
433433
GitHub Logo
434434
-------------------------------------------------------------------------- */
435435
#github-logo {
436-
padding: 0 2px;
436+
padding: 0 4px;
437437
vertical-align: text-bottom;
438438
}
439439

0 commit comments

Comments
 (0)