This commit is contained in:
parent
d279e45467
commit
ad87860522
1 changed files with 1 additions and 12 deletions
|
@ -145,24 +145,13 @@
|
||||||
>
|
>
|
||||||
{{ range .gallery }}
|
{{ range .gallery }}
|
||||||
<div
|
<div
|
||||||
class="relative hover:scale-105 ease-in-out duration-200 transition-all hover:shadow-2xl"
|
class="relative"
|
||||||
>
|
>
|
||||||
<img
|
<img
|
||||||
loading="lazy"
|
loading="lazy"
|
||||||
class="rounded-lg w-full"
|
class="rounded-lg w-full"
|
||||||
src="{{ .image }}"
|
src="{{ .image }}"
|
||||||
/>
|
/>
|
||||||
<button class="absolute right-2 top-2">
|
|
||||||
<svg
|
|
||||||
xmlns="http://www.w3.org/2000/svg"
|
|
||||||
viewBox="0 0 448 512"
|
|
||||||
class="fill-black w-6 h-6 bg-white p-1 rounded-sm"
|
|
||||||
>
|
|
||||||
<path
|
|
||||||
d="M32 32C14.3 32 0 46.3 0 64v96c0 17.7 14.3 32 32 32s32-14.3 32-32V96h64c17.7 0 32-14.3 32-32s-14.3-32-32-32H32zM64 352c0-17.7-14.3-32-32-32s-32 14.3-32 32v96c0 17.7 14.3 32 32 32h96c17.7 0 32-14.3 32-32s-14.3-32-32-32H64V352zM320 32c-17.7 0-32 14.3-32 32s14.3 32 32 32h64v64c0 17.7 14.3 32 32 32s32-14.3 32-32V64c0-17.7-14.3-32-32-32H320zM448 352c0-17.7-14.3-32-32-32s-32 14.3-32 32v64H320c-17.7 0-32 14.3-32 32s14.3 32 32 32h96c17.7 0 32-14.3 32-32V352z"
|
|
||||||
/>
|
|
||||||
</svg>
|
|
||||||
</button>
|
|
||||||
</div>
|
</div>
|
||||||
{{ end }}
|
{{ end }}
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Add table
Reference in a new issue