Skip to content

Commit

Permalink
Fix card filter
Browse files Browse the repository at this point in the history
  • Loading branch information
micafer committed Apr 11, 2024
1 parent 593d939 commit 32f856c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/templates/portfolio.html
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ <h5 class="font-weight-bold text-primary">

{% if vars.update({'template_count': vars['template_count'] + 1}) %} {% endif %}
{% if vars['template_count'] % 3 == 1 %}
<div class="row row-cols-3" style="min-height: 210px;">
<div class="row row-cols-3">
{% endif %}

<div class="card mb-3 bg-light-grey card-rounded border-0 ms-3 pe-0" id="{{tosca_filename}}" style="min-height: 190px;">
Expand Down

0 comments on commit 32f856c

Please sign in to comment.