Fix whitespace issue with registered-trademark icon in TOC menus

This commit is contained in:
Blerim Sheqa 2024-08-20 15:58:45 +02:00
parent abd78441ab
commit f816340615
1 changed files with 8 additions and 0 deletions

View File

@ -127,3 +127,11 @@ code, pre, kbd {
.md-typeset .admonition {
font-size: .72rem;
}
.md-nav__link {
justify-content: flex-start;
}
.md-nav__link span.registered-sign {
padding-right: 5px;
}