update contact image on smaller scripts
This commit is contained in:
parent
9471119394
commit
0b5ae2f278
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="flex-col flex bg-[#f1f5fc] p-4 rounded-lg">
|
<div class="hidden md:block 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 h-72 rounded-lg" src="{{ .Params.Img }}">
|
||||||
</img>
|
</img>
|
||||||
<div class="absolute inset-0 bg-white opacity-20 rounded-lg pointer-events-none"></div>
|
<div class="absolute inset-0 bg-white opacity-20 rounded-lg pointer-events-none"></div>
|
||||||
</div>
|
</div>
|
||||||
|
|
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