From d2aa0e7e67a73fcf11ec81ea7cff793e0a1850f8 Mon Sep 17 00:00:00 2001 From: Florian Bernd Date: Thu, 13 Jun 2024 12:46:14 +0200 Subject: [PATCH] Revert max header icon dimensions to 32x32 (#1297) --- layouts/partials/header.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/layouts/partials/header.html b/layouts/partials/header.html index 670b3ae32..23a72ba6b 100644 --- a/layouts/partials/header.html +++ b/layouts/partials/header.html @@ -5,7 +5,7 @@ {{- with .Site.Params.header.title -}} {{- with .logo -}} - {{- dict "Src" . "Class" "tw-inline tw-align-text-bottom tw-mr-1" "Height" "28" "Width" "28" | partial "plugin/image.html" -}} {{- end -}} + {{- dict "Src" . "Class" "tw-inline tw-align-text-bottom tw-mr-1" "Height" "32" "Width" "32" | partial "plugin/image.html" -}} {{- end -}} {{- with .pre -}} {{ . | safeHTML }} {{- end -}} @@ -108,7 +108,7 @@ {{- with .Site.Params.header.title -}} {{- with .logo -}} - {{- dict "Src" . "Class" "tw-inline tw-align-text-bottom tw-mr-1" "Height" "28" "Width" "28" | partial "plugin/image.html" -}} + {{- dict "Src" . "Class" "tw-inline tw-align-text-bottom tw-mr-1" "Height" "32" "Width" "32" | partial "plugin/image.html" -}} {{- end -}} {{- with .pre -}} {{ . | safeHTML }}