disable hiding footer logo on small screens
All checks were successful
Hugo / build (push) Successful in -10s
All checks were successful
Hugo / build (push) Successful in -10s
This commit is contained in:
parent
b29411ca81
commit
3377ef2199
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
||||||
{{ with site.GetPage "_index.md" }}
|
{{ with site.GetPage "_index.md" }}
|
||||||
<div class="w-full flex flex-row justify-between items-center">
|
<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="/">
|
<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>
|
</a>
|
||||||
<div class="flex flex-row gap-2 items-center">
|
<div class="flex flex-row gap-2 items-center">
|
||||||
{{ range .Params.social.main }}
|
{{ range .Params.social.main }}
|
||||||
|
|
Loading…
Add table
Reference in a new issue