consider new class passed in

This commit is contained in:
madrilene 2025-01-09 17:31:21 +01:00
parent 5b5aabb791
commit 5b671a6f8b

View file

@ -38,7 +38,7 @@ widths: [400, 520]
<!-- you find tha data for that in src/_data/builtwith.json -->
{% for site in builtwith | shuffle %}
<custom-card clickable img-square class="text-step-min-1" style="--card-bg: var(--color-bg)">
{% image "./src/assets/images/screenshots/" + site.filename + ".jpg", site.name, null, "lazy", null, sizes, widths %}
{% image "./src/assets/images/screenshots/" + site.filename + ".jpg", site.name, null, "lazy", null, null, sizes, widths %}
<h3 class="text-step-0" slot="headline">{{ site.name }}</h3>
<p slot="content">{{ site.description }}</p>