From 092a55335ede52d2548d37c57e4759c41924732a Mon Sep 17 00:00:00 2001 From: Stephanie Gredell Date: Tue, 23 Dec 2025 19:02:28 -0800 Subject: [PATCH] add header to cost breakdown --- index.html | 1 + style.css | 10 ++++++++++ 2 files changed, 11 insertions(+) diff --git a/index.html b/index.html index 065cd8f..a4be8fb 100644 --- a/index.html +++ b/index.html @@ -167,6 +167,7 @@
+

Cost Breakdown

Lemons $0.00 diff --git a/style.css b/style.css index afa4509..55880e1 100644 --- a/style.css +++ b/style.css @@ -681,6 +681,16 @@ canvas { margin: 16px 0; } +.cost_breakdown { + font-family: 'Fredoka', sans-serif; + font-size: 14px; + font-weight: 600; + color: #7A6146; + margin: 0 0 10px; + text-transform: uppercase; + letter-spacing: 0.5px; +} + .recipe_cost_row { display: flex; justify-content: space-between;