fix hidden attribute being on the wrong element
All checks were successful
Hugo / build (push) Successful in -11s
All checks were successful
Hugo / build (push) Successful in -11s
This commit is contained in:
parent
06aa7b314d
commit
2e7be6ded6
2 changed files with 3 additions and 3 deletions
|
@ -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"
|
||||||
|
|
2
themes/mir/static/css/tailwind.min.css
vendored
2
themes/mir/static/css/tailwind.min.css
vendored
File diff suppressed because one or more lines are too long
Loading…
Add table
Reference in a new issue