1
0
Fork 0

fix hidden attribute being on the wrong element
All checks were successful
Hugo / build (push) Successful in -11s

This commit is contained in:
brooke 2024-09-12 19:28:14 -04:00
parent 06aa7b314d
commit 2e7be6ded6
2 changed files with 3 additions and 3 deletions

View file

@ -9,8 +9,8 @@
<p class="text-lg">{{ .Params.subTitle }}</p> <p class="text-lg">{{ .Params.subTitle }}</p>
{{ partial "contact.html" . }} {{ partial "contact.html" . }}
</div> </div>
<div class="w-full relative inline-block"> <div class="w-full relative md:inline-block hidden">
<div class="flex-col md:flex hidden bg-[#f1f5fc] p-4 rounded-lg"> <div class="flex-col flex bg-[#f1f5fc] p-4 rounded-lg">
<img class="relative object-cover aspect-square h-96 rounded-lg" src="{{ .Params.Img }}"> <img class="relative object-cover aspect-square h-96 rounded-lg" src="{{ .Params.Img }}">
</img> </img>
<div class="text-xs">Photo: <a class="z-40 font-bold" target="_blank" <div class="text-xs">Photo: <a class="z-40 font-bold" target="_blank"

File diff suppressed because one or more lines are too long