Skip to content

Commit

Permalink
removed card-body and card-width class (#2973)
Browse files Browse the repository at this point in the history
* removed card-body and card-width class

Co-authored-by: scarter31191 <[email protected]>
  • Loading branch information
scarter31191 and scarter31191 authored Mar 15, 2022
1 parent c33ea9e commit 3b22865
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _includes/citizen-engagement-cards.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{% assign visible_projects = site.projects | where: "program-area", "Citizen Engagement" | where: "visible", "true" %}
{% for item in visible_projects %}
<div class="page-card card-primary page-card-lg card-body card-width program-area" data-dropdown>
<div class="page-card card-primary page-card-lg program-area" data-dropdown>
<img class="card-image" src="{{ item.card-image-src }}" alt="{{ item.card-image-alt }}"/>
<div class="mobile-card-info-container">
<div class="mobile-card-nav">
Expand Down Expand Up @@ -30,4 +30,4 @@ <h4>Sustainable Development Goal</h4>
</div>
</div>
</div>
{% endfor %}
{% endfor %}

0 comments on commit 3b22865

Please sign in to comment.