1
0
Fork 0

disable hiding footer logo on small screens
All checks were successful
Hugo / build (push) Successful in -10s

This commit is contained in:
brooke 2024-09-13 13:53:20 -04:00
parent b29411ca81
commit 3377ef2199

View file

@ -2,7 +2,7 @@
{{ with site.GetPage "_index.md" }}
<div class="w-full flex flex-row justify-between items-center">
<a class="flex justify-center items-center mb-2 sm:mb-0" aria-label="Back to home" href="/">
<img class="sm:block hidden h-[40.2667px]" alt="{{ .Params.logoAlt }}" src="{{ .Params.logo }}" loading="lazy" />
<img class="block h-[40.2667px]" alt="{{ .Params.logoAlt }}" src="{{ .Params.logo }}" loading="lazy" />
</a>
<div class="flex flex-row gap-2 items-center">
{{ range .Params.social.main }}