Skip to content

Commit fba6a49

Browse files
brabojclaude
andcommitted
fix: use smaller tab padding for 10-tab layout
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent a18c7a8 commit fba6a49

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

astro-site/src/styles/global.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@ a:hover {
277277
font-weight: 500;
278278
text-transform: uppercase;
279279
letter-spacing: 0.04em;
280-
padding: 0 var(--space-md);
280+
padding: 0 var(--space-sm);
281281
height: var(--tab-height);
282282
display: flex;
283283
align-items: center;

0 commit comments

Comments
 (0)