Skip to content

Commit

Permalink
Merge pull request #39 from tekktrik/dev/fix-fillet
Browse files Browse the repository at this point in the history
Add fillet to bottom of Recent cards
  • Loading branch information
tekktrik authored Feb 1, 2024
2 parents 3657c96 + 31527b6 commit 57553dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flask_app/templates/recent.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<div class="col-md-6">
<div class="card recent-load-in" 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" style="background-color: white;">
<div class="card-body rounded-bottom" style="background-color: white;">
{% if repo.languages.nodes|length == 0 %}
<span class="badge badge-other-language">Other</span>
{% endif %}
Expand Down

0 comments on commit 57553dc

Please sign in to comment.