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 }}