Skip to content

Commit a18c7a8

Browse files
brabojclaude
andcommitted
fix: shorten Introduction tab to Intro, restore original padding
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 3225d8d commit a18c7a8

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

astro-site/src/data/site.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"repo": "https://github.com/braboj/tutorial-git",
66
"tabs": [
77
{ "label": "Home", "href": "/" },
8-
{ "label": "Introduction", "href": "/introduction/" },
8+
{ "label": "Intro", "href": "/introduction/" },
99
{ "label": "Building Blocks", "href": "/building-blocks/" },
1010
{ "label": "Branching & Merging", "href": "/branching-and-merging/" },
1111
{ "label": "Remote Repos", "href": "/remote-repositories/" },

astro-site/src/styles/global.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -276,8 +276,8 @@ a:hover {
276276
font-size: var(--font-size-sm);
277277
font-weight: 500;
278278
text-transform: uppercase;
279-
letter-spacing: 0.02em;
280-
padding: 0 var(--space-sm);
279+
letter-spacing: 0.04em;
280+
padding: 0 var(--space-md);
281281
height: var(--tab-height);
282282
display: flex;
283283
align-items: center;

0 commit comments

Comments
 (0)