Skip to content

Commit fe4f1ac

Browse files
jmunizdeleonclaude
andcommitted
Fix extra spacing in hero title between "Awesome" and "GitHub Copilot"
Reduce margin-left on .gradient-text-alt from 0.3em to 0.1em to match natural word spacing. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent a68b190 commit fe4f1ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/src/styles/global.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2447,7 +2447,7 @@ body:has(#main-content) {
24472447
-webkit-text-fill-color: transparent;
24482448
background-clip: text;
24492449
display: inline-block;
2450-
margin-left: 0.3em;
2450+
margin-left: 0.1em;
24512451
}
24522452

24532453
/* Category-specific card styles */

0 commit comments

Comments
 (0)