diff --git a/docs/assets/favicon.png b/docs/assets/favicon.png new file mode 100644 index 000000000..3cd9a8def Binary files /dev/null and b/docs/assets/favicon.png differ diff --git a/docs/stylesheets/extra.css b/docs/stylesheets/extra.css index 65cbf9700..8645f897a 100644 --- a/docs/stylesheets/extra.css +++ b/docs/stylesheets/extra.css @@ -1,8 +1,22 @@ .md-typeset .admonition-title { margin-bottom: 10px; + } .md-header__button.md-logo img { - width: 30px; + width: 34px; height: auto; } + +.md-header__button.md-logo { + display: flex; + align-items: center; + + padding-right: 0; + margin-right: 0; +} + +.md-header__title { + margin-left: 8px !important; +} +