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 4453ba0 commit 6196e1f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/templates/portfolio.html
Original file line number Diff line number Diff line change
Expand Up @@ -60,10 +60,10 @@ <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}}">
<div class="card mb-3 bg-light-grey card-rounded border-0 ms-3 pe-0" id="{{tosca_filename}}" style="min-height: 190px;">

<div class="card-body">
<h5 class="card-title text-center">
Expand Down

0 comments on commit 6196e1f

Please sign in to comment.