Skip to content

Commit

Permalink
Change break size for Recent cards
Browse files Browse the repository at this point in the history
  • Loading branch information
tekktrik committed Feb 2, 2024
1 parent 7256b82 commit 17381f4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions flask_app/templates/recent.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
{% if loop.index0 % 2 == 0 %}
<div class="row m-2">
{% endif %}
<div class="col-md-6">
<div class="card recent-load-in{% if loop.index0 % 2 == 0 %} mb-2 mb-md-0{% endif %}" style="--delay: {{ loop.index0 * 0.2 + 0.2}}s;">
<div class="col-lg-6">
<div class="card recent-load-in{% if loop.index0 % 2 == 0 %} mb-2 mb-lg-0{% endif %}" style="--delay: {{ loop.index0 * 0.2 + 0.2}}s;">
<a href="{{ repo.url }}" aria-label="Link to {{ repo.name }}"><img src="/static/img/gh_cards/{{ current_datetime }}/card{{ loop.index0 }}.png" class="card-img-top" alt="Image summary statistics for {{ repo.name }}"/></a>
<div class="card-body rounded-bottom" style="background-color: white;">
{% if repo.languages.nodes|length == 0 %}
Expand Down

0 comments on commit 17381f4

Please sign in to comment.