diff --git a/docs/style.css b/docs/style.css new file mode 100644 index 00000000..64b12829 --- /dev/null +++ b/docs/style.css @@ -0,0 +1,7 @@ +.header-logo { + height: 150px !important; + width: auto; + display: block; + margin-left: auto; + margin-right: auto; +} \ No newline at end of file diff --git a/mkdocs.yml b/mkdocs.yml index bc18120b..77202c5f 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -279,6 +279,9 @@ plugins: - search - git-revision-date-localized +extra_css: + - style.css + extra: analytics: provider: custom