UX: text logo line-height fix (#150)
Minor adjustment to avoid clipping descenders before:  after: 
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user