UX: text logo line-height fix (#150)

Minor adjustment to avoid clipping descenders 


before:

![image](https://github.com/user-attachments/assets/bc68416b-ab04-4a62-8bff-ec8164284380)


after: 

![image](https://github.com/user-attachments/assets/30296e9c-4e8d-446f-8ee4-f0583e6c3e68)
This commit is contained in:
Kris
2025-04-24 14:22:07 -04:00
committed by GitHub
parent 45cc99a2e0
commit a6293aa24b
+1 -1
View File
@@ -32,7 +32,7 @@ $sidebar-width: 17em;
font-size: clamp(var(--font-0), 2.5vw, var(--font-up-2));
.has-sidebar-page & {
white-space: wrap;
line-height: var(--line-height-small);
line-height: var(--line-height-medium);
@include line-clamp(2);
}
}