diff --git a/assets/css/compiled/main.css b/assets/css/compiled/main.css index b1450b55..0e0a1104 100644 --- a/assets/css/compiled/main.css +++ b/assets/css/compiled/main.css @@ -1183,6 +1183,9 @@ video { .align-text-bottom { vertical-align: text-bottom; } +.align-\[-2\.5px\] { + vertical-align: -2.5px; +} .font-mono { font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; } diff --git a/exampleSite/hugo_stats.json b/exampleSite/hugo_stats.json index ff7af3d3..96fe6508 100644 --- a/exampleSite/hugo_stats.json +++ b/exampleSite/hugo_stats.json @@ -73,6 +73,7 @@ "active:opacity-50", "active:shadow-gray-200", "active:shadow-sm", + "align-[-2.5px]", "align-text-bottom", "appearance-none", "aspect-auto", diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html index 92e6d9de..9e8a7429 100644 --- a/layouts/partials/footer.html +++ b/layouts/partials/footer.html @@ -39,7 +39,7 @@ {{- . | 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 -}}