From f37a36c3f66aef763e88b7e7401f242abb755291 Mon Sep 17 00:00:00 2001 From: Akitake Date: Tue, 8 Apr 2025 13:07:41 +0200 Subject: [PATCH] Make header-logo scale down proportionally when width exceeds the container --- docs/style.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/style.css b/docs/style.css index 64b12829..07d00191 100644 --- a/docs/style.css +++ b/docs/style.css @@ -1,7 +1,9 @@ .header-logo { height: 150px !important; width: auto; + max-width: 100%; display: block; margin-left: auto; margin-right: auto; + object-fit: contain; } \ No newline at end of file