Skip to content

Commit

Permalink
Cater for multi-line link labels in right sidenav
Browse files Browse the repository at this point in the history
  • Loading branch information
iryan2 committed Jan 22, 2025
1 parent 959caea commit 95851b2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions public/docs/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -861,7 +861,7 @@ nav.skip-links a:focus {
flex-direction: column;
justify-content: center;
list-style: none;
gap: 0.5rem;
gap: 1rem;
}

.article-nav__item {
Expand All @@ -872,7 +872,7 @@ nav.skip-links a:focus {
display: flex;
color: var(--color-subtitle);
font-size: var(--font-size-medium);
line-height: 2.6rem;
line-height: 1.5rem;
font-weight: 400;
text-decoration: none;
transition-property: font-weight, color, transform;
Expand Down

0 comments on commit 95851b2

Please sign in to comment.