adding summary

This commit is contained in:
Chris Smith
2025-02-20 18:11:34 +01:00
parent 02a0243acb
commit 9f980fd770
2 changed files with 2 additions and 1 deletions

View File

@@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added ### Added
* SleekPlan javascript for user feedback * SleekPlan javascript for user feedback
* "Today So Far" summary on the success page
### Changed ### Changed

View File

@@ -82,7 +82,7 @@ var isMobile = window.innerWidth < 768; // Adjust as needed for tablets
<!-- Daily Totals Section --> <!-- Daily Totals Section -->
<div class="col-md-6 d-flex mt-3 mt-md-0"> <div class="col-md-6 d-flex mt-3 mt-md-0">
<div class="card p-3 w-100 h-100 d-flex flex-column" style="max-width: 400px; border-radius: 12px; box-shadow: 0 4px 10px rgba(0,0,0,0.1);"> <div class="card p-3 w-100 h-100 d-flex flex-column" style="max-width: 400px; border-radius: 12px; box-shadow: 0 4px 10px rgba(0,0,0,0.1); z-index: 200;">
<h4 class="card-title text-center">📊 <strong>Today So Far</strong></h4> <h4 class="card-title text-center">📊 <strong>Today So Far</strong></h4>
<div class="row flex-grow-1"> <div class="row flex-grow-1">
<div class="col-6 text-end"> <div class="col-6 text-end">