diff --git a/docs/stylesheets/extra.css b/docs/stylesheets/extra.css index 50999e3..4cdc87a 100644 --- a/docs/stylesheets/extra.css +++ b/docs/stylesheets/extra.css @@ -19,6 +19,19 @@ } } +.md-header__button.md-logo { + margin-top: 0; + margin-bottom: 0; + padding-top: 0; + padding-bottom: 0; +} + +.md-header__button.md-logo img, +.md-header__button.md-logo svg { + height: 70%; + width: 70%; +} + img { max-height: 800px; }