diff --git a/assets/css/main.css b/assets/css/main.css
index 38bae0298..1445595a2 100644
--- a/assets/css/main.css
+++ b/assets/css/main.css
@@ -821,6 +821,10 @@ html.dark {
display: inline-block;
}
+.tw-inline {
+ display: inline;
+}
+
.tw-flex {
display: flex;
}
@@ -833,10 +837,6 @@ html.dark {
height: 2.5rem;
}
-.tw-h-6 {
- height: 1.5rem;
-}
-
.\!tw-max-h-0 {
max-height: 0px !important;
}
diff --git a/layouts/partials/header.html b/layouts/partials/header.html
index 07ae2e806..670b3ae32 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-block tw-h-6 tw-align-text-bottom tw-mr-1" "Height" "36" "Width" "36" | partial "plugin/image.html" -}} {{- end -}}
+ {{- dict "Src" . "Class" "tw-inline tw-align-text-bottom tw-mr-1" "Height" "28" "Width" "28" | 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-block tw-h-6 tw-align-text-bottom tw-mr-1" "Height" "36" "Width" "36" | partial "plugin/image.html" -}}
+ {{- dict "Src" . "Class" "tw-inline tw-align-text-bottom tw-mr-1" "Height" "28" "Width" "28" | partial "plugin/image.html" -}}
{{- end -}}
{{- with .pre -}}
{{ . | safeHTML }}