More separation for closed section

This commit is contained in:
Jason Zimdars
2025-08-21 20:51:40 -05:00
parent fac14f9c3e
commit 6896e2c3d4
2 changed files with 2 additions and 2 deletions
@@ -1,4 +1,4 @@
<section id="closed-cards" class="cards cards--closed">
<section id="closed-cards" class="cards cards--closed pad-block">
<%= render "cards/index/closure_filter", filter: filter %>
<% if page.used? %>
@@ -1,4 +1,4 @@
<section id="closed-cards" class="cards cards--closed">
<section id="closed-cards" class="cards cards--closed pad-block">
<% if page.used? %>
<%= render partial: "cards/display/public_preview", collection: page.records, as: :card, cached: true %>