consider new class passed in
This commit is contained in:
parent
5b5aabb791
commit
5b671a6f8b
1 changed files with 1 additions and 1 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue