removed unused css classes

This commit is contained in:
Nuno Coração 2023-01-14 11:15:07 +00:00
parent 868c45f3b1
commit 2db7f50c7c

View file

@ -15,7 +15,7 @@
{{ end }}
{{- end }}
<div class="flex flex-1 items-center justify-between">
<nav class="site-header-title flex space-x-3">
<nav class="flex space-x-3">
<a href="{{ "" | relLangURL }}" class="text-base font-medium text-gray-500 hover:text-gray-900">{{
.Site.Title | markdownify
@ -35,7 +35,7 @@
{{ if .Site.Params.enableSearch | default false }}
<button id="search-button" class="text-base hover:text-primary-600 dark:hover:text-primary-400"
title="{{ i18n " search.open_button_title" }}">
title="{{ i18n "search.open_button_title" }}">
{{ partial "icon.html" "search" }}
</button>
{{ end }}
@ -65,7 +65,7 @@
{{ if .Site.Params.enableSearch | default false }}
<button id="search-button-mobile" class="text-base hover:text-primary-600 dark:hover:text-primary-400"
title="{{ i18n " search.open_button_title" }}">
title="{{ i18n "search.open_button_title" }}">
{{ partial "icon.html" "search" }}
</button>
{{ end }}