Skip to content

Commit 04f5cf9

Browse files
committed
Fix animation timing
1 parent c888772 commit 04f5cf9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flask_app/templates/recent.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
<div class="row m-2">
2727
{% endif %}
2828
<div class="col-md-6">
29-
<div class="card recent-load-in" style="--delay: {{ loop.index0 * 0.2 }}s">
29+
<div class="card recent-load-in" style="--delay: {{ loop.index0 * 0.2 + 0.2}}s">
3030
<a href="{{ repo.url }}"><img src="/static/img/gh_cards/card{{ loop.index0 }}.png" class="card-img-top"/></a>
3131
<div class="card-body" style="background-color: white;">
3232
{% if repo.languages.nodes|length == 0 %}

0 commit comments

Comments
 (0)