1
0
Fork 0

update contact image on smaller scripts

This commit is contained in:
brooke 2024-09-13 00:53:24 -04:00
parent 9471119394
commit 0b5ae2f278
2 changed files with 3 additions and 3 deletions

View file

@ -9,8 +9,8 @@
<p class="text-lg">{{ .Params.subTitle }}</p>
{{ partial "contact.html" . }}
</div>
<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 }}">
<div class="hidden md:block bg-[#f1f5fc] p-4 rounded-lg">
<img class="relative object-cover h-72 rounded-lg" src="{{ .Params.Img }}">
</img>
<div class="absolute inset-0 bg-white opacity-20 rounded-lg pointer-events-none"></div>
</div>

File diff suppressed because one or more lines are too long