fix(savings): bump space between ONGOING/COMPLETED header and goal grid

This commit is contained in:
Guillem Arias
2026-05-11 12:37:22 +02:00
parent fe9e2dccbe
commit 3734564c23

View File

@@ -106,7 +106,7 @@
<% end %>
<% if @active_goals.any? %>
<div class="flex items-center gap-1.5 mb-2.5 text-[11px] font-medium uppercase tracking-wide text-secondary">
<div class="flex items-center gap-1.5 mb-5 text-[11px] font-medium uppercase tracking-wide text-secondary">
<span><%= t(".ongoing_section.heading") %></span>
<span class="text-subdued">·</span>
<span class="tabular-nums"><%= @active_goals.size %></span>
@@ -128,7 +128,7 @@
<% if @completed_goals.any? %>
<section>
<div class="flex items-center gap-1.5 mb-2.5 text-[11px] font-medium uppercase tracking-wide text-secondary">
<div class="flex items-center gap-1.5 mb-5 text-[11px] font-medium uppercase tracking-wide text-secondary">
<span><%= t(".completed_section.heading") %></span>
<span class="text-subdued">·</span>
<span class="tabular-nums"><%= @completed_goals.size %></span>