This commit is contained in:
parent
ad87860522
commit
a1c576a6ad
1 changed files with 3 additions and 4 deletions
|
@ -31,7 +31,7 @@
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div
|
<div
|
||||||
class="mt-2 grid grid-cols-1 sm:grid-cols-2 md:grid-cols-2 lg:grid-cols-2 xl:grid-cols-3 gap-4"
|
class="mt-2 grid grid-cols-1 sm:grid-cols-2 md:grid-cols-2 lg:grid-cols-3 xl:grid-cols-3 gap-4"
|
||||||
>
|
>
|
||||||
{{ range .Params.catalog }} {{ if ne .item "" }}
|
{{ range .Params.catalog }} {{ if ne .item "" }}
|
||||||
<div
|
<div
|
||||||
|
@ -55,6 +55,7 @@
|
||||||
{{ .item }} {{ if ne .cat "" }}
|
{{ .item }} {{ if ne .cat "" }}
|
||||||
<div>
|
<div>
|
||||||
<span
|
<span
|
||||||
|
style="white-space: nowrap"
|
||||||
class="bg-blue-100 text-blue-800 text-xs font-medium me-2 px-2.5 py-0.5 rounded-full"
|
class="bg-blue-100 text-blue-800 text-xs font-medium me-2 px-2.5 py-0.5 rounded-full"
|
||||||
>{{ .cat }}</span
|
>{{ .cat }}</span
|
||||||
>
|
>
|
||||||
|
@ -144,9 +145,7 @@
|
||||||
class="w-full mt-8 columns-1 gap-2 sm:columns-2 sm:gap-4 [&>div:not(:first-child)]:mt-4"
|
class="w-full mt-8 columns-1 gap-2 sm:columns-2 sm:gap-4 [&>div:not(:first-child)]:mt-4"
|
||||||
>
|
>
|
||||||
{{ range .gallery }}
|
{{ range .gallery }}
|
||||||
<div
|
<div class="relative">
|
||||||
class="relative"
|
|
||||||
>
|
|
||||||
<img
|
<img
|
||||||
loading="lazy"
|
loading="lazy"
|
||||||
class="rounded-lg w-full"
|
class="rounded-lg w-full"
|
||||||
|
|
Loading…
Add table
Reference in a new issue