mirror of
https://github.com/we-promise/sure.git
synced 2026-05-30 07:49:01 +00:00
fix(savings): add bottom padding so last card clears the mobile fixed bottom-nav
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
<div class="space-y-8">
|
||||
<div class="space-y-8 pb-6 lg:pb-12">
|
||||
<header>
|
||||
<h1 class="text-2xl font-semibold text-primary"><%= t(".title") %></h1>
|
||||
<p class="text-sm text-secondary mt-1"><%= t(".subtitle") %></p>
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
<div class="space-y-4">
|
||||
<div class="space-y-4 pb-6 lg:pb-12">
|
||||
<div class="text-xs">
|
||||
<%= link_to savings_goals_path, class: "inline-flex items-center gap-1 text-secondary hover:text-primary" do %>
|
||||
<%= icon("arrow-left", size: "sm") %>
|
||||
|
||||
Reference in New Issue
Block a user