style(api): Adjust All endpoints path font size to 0.9rem

Increase font size from 0.55rem to 0.9rem for better readability
while keeping the standard sans font for space efficiency.
claude/api-code-samples-plan-MEkQO
Jason Stirnaman 2025-12-12 11:35:29 -06:00
parent beb8088417
commit a8a96feae1
1 changed files with 1 additions and 1 deletions

View File

@ -267,7 +267,7 @@
// Path-based operation display (All endpoints list)
&--path .api-path {
font-family: $proxima;
font-size: 0.55rem;
font-size: 0.9rem;
color: inherit;
word-break: break-all;
}