1
0
Fork 0

update contact menu text styling
All checks were successful
Hugo / build (push) Successful in -11s

This commit is contained in:
brooke 2024-09-12 19:42:45 -04:00
parent e2c927bf1b
commit 38ffc7b25c

View file

@ -5,7 +5,7 @@
alt="{{ .Params.logoAlt }}" src="{{ .Params.logo }}" loading="lazy" /></a> alt="{{ .Params.logoAlt }}" src="{{ .Params.logo }}" loading="lazy" /></a>
<nav class="place-self-center h-8 flex justify-end gap-4 text-[#464f6d] pr-0 sm:pr-6"> <nav class="place-self-center h-8 flex justify-end gap-4 text-[#464f6d] pr-0 sm:pr-6">
{{ range .Site.Menus.main }} {{ range .Site.Menus.main }}
<a class="relative inline-block p-2 -translate-y-1 font-bold py-2 text-gray-900 overflow-hidden group" href="{{ .URL }}" <a class="relative inline-block p-2 -translate-y-1 uppercase font-semibold py-2 text-gray-900 overflow-hidden group" href="{{ .URL }}"
aria-label="{{ .Identifier }}"> aria-label="{{ .Identifier }}">
{{ $text := print .Name | safeHTML }} {{ $text }} {{ $text := print .Name | safeHTML }} {{ $text }}
<span <span