chore(style): better footer logo alignment (#212)

This commit is contained in:
c2tz
2023-11-18 16:31:30 +01:00
committed by GitHub
parent d58a8b5469
commit aad68d8afd
3 changed files with 5 additions and 1 deletions

View File

@ -39,7 +39,7 @@
<span>
{{- . | markdownify -}}
{{- if strings.Contains . "Hextra" -}}
{{- partial "utils/icon.html" (dict "name" "hextra" "attributes" `height=1em class="inline-block ml-1 align-text-bottom"`) -}}
{{- partial "utils/icon.html" (dict "name" "hextra" "attributes" `height=1em class="inline-block ml-1 align-[-2.5px]"`) -}}
{{- end -}}
</span>
</a>