From 88c37300827cf1c2ba1c53a43304ebc9ec286a15 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6ren=20Weber?= Date: Wed, 12 Feb 2025 22:54:49 +0100 Subject: [PATCH] docs: DRY logo.html --- docs/layouts/partials/custom-header.html | 4 ++-- docs/layouts/partials/logo.html | 20 +------------------- layouts/partials/version.txt | 2 +- 3 files changed, 4 insertions(+), 22 deletions(-) diff --git a/docs/layouts/partials/custom-header.html b/docs/layouts/partials/custom-header.html index 39ae844c96..1b25672638 100644 --- a/docs/layouts/partials/custom-header.html +++ b/docs/layouts/partials/custom-header.html @@ -24,11 +24,11 @@ display: inline-block; opacity: .945; vertical-align: middle; - width: 29%; + width: 29% !important; } @media only all and (max-width: 59.999rem) { #R-logo svg { - width: 24.5%; + width: 24.5% !important; } } #R-logo svg * { diff --git a/docs/layouts/partials/logo.html b/docs/layouts/partials/logo.html index 55a22374d9..610bd1bbcf 100644 --- a/docs/layouts/partials/logo.html +++ b/docs/layouts/partials/logo.html @@ -1,23 +1,5 @@ \ No newline at end of file diff --git a/layouts/partials/version.txt b/layouts/partials/version.txt index 5f4ff24ed1..dd7c4e2b7a 100644 --- a/layouts/partials/version.txt +++ b/layouts/partials/version.txt @@ -1 +1 @@ -7.3.2+cb77a2f14ce4ca2e4334f0067cc3105b8d6845a2 \ No newline at end of file +7.3.2+d6c4f517c6961776cd67ed26cd4bbff8532ab7d7 \ No newline at end of file