diff --git a/docs/extra.css b/docs/extra.css index 38ce8b3..0cf7e1d 100644 --- a/docs/extra.css +++ b/docs/extra.css @@ -3,6 +3,10 @@ line-height: 1.4; } +.md-nav__link { + display: inline-flex; +} + .md-typeset { font-size: .7rem; line-height: 1.5; diff --git a/mkdocs.yml b/mkdocs.yml index 2f9da9d..f329d0b 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -91,7 +91,7 @@ nav: - 'Updating': main/update.md - 'Uninstalling': main/uninstall.md - 'Pi-hole Core': - - 'The pihole command': core/pihole-command.md + - 'The  pihole  command': core/pihole-command.md - 'Databases': - 'Overview': database/index.md - 'Query database': database/ftl.md