From 087202ec2acdca22726fee771b6ab5ac3687231c Mon Sep 17 00:00:00 2001 From: Akitake Date: Mon, 7 Apr 2025 11:19:08 +0200 Subject: [PATCH] Add style.css with header-logo class --- docs/style.css | 7 +++++++ mkdocs.yml | 3 +++ 2 files changed, 10 insertions(+) create mode 100644 docs/style.css 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