From a172a50c521332449423092625693a703106d388 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6ren=20Weber?= Date: Sun, 24 Sep 2023 01:09:48 +0200 Subject: [PATCH] docs: fix logo margin with --minify #643 --- layouts/partials/logo.html | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/layouts/partials/logo.html b/layouts/partials/logo.html index c6636e925eb..1da5abab8a3 100644 --- a/layouts/partials/logo.html +++ b/layouts/partials/logo.html @@ -26,6 +26,7 @@ #R-logo svg { margin-bottom: -1.25rem; margin-inline-start: -1.47rem; + margin-inline-end: .5rem; width: 40.5%; } @media only all and (max-width: 60rem) { @@ -36,6 +37,7 @@ #R-logo svg { margin-bottom: -.75rem; margin-inline-start: -1.47rem; + margin-inline-end: .5rem; } } @media all and (-ms-high-contrast:none) { @@ -46,11 +48,13 @@ #R-logo svg { margin-bottom: -3.875rem; margin-left: -1.47rem; + margin-right: .5rem; } } @media only all and (-ms-high-contrast:none) and (max-width: 60rem) { #R-logo svg { margin-left: -1.47rem; + margin-right: .5rem; } } @@ -60,6 +64,5 @@ - - Relearn + Relearn \ No newline at end of file