diff --git a/CHANGELOG.md b/CHANGELOG.md
index 12a3d92..8cda1dc 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,6 +4,28 @@ All notable changes to the Cookie Tracker are documented in this file.
---
+## 2026-02-09 (Mobile Reports Fix)
+
+### Bugfix: Reports Page Mobile Layout
+
+**Commit:** `de71565` — *Fix Reports page mobile layout*
+
+**Problem**: On mobile (iPhone 13 Pro Max portrait, and any screen < 640px), the Reports page tables were squished and unreadable. The existing CSS converts `.table-wrap` tables to a stacked card layout on small screens by hiding `` and showing `data-label` attributes on each ``, but the Reports tables were missing those attributes entirely. This meant cells rendered without labels and the 4–5 column tables were crammed into the narrow viewport.
+
+**Fix**:
+
+- `client/src/pages/Reports.jsx` — Added `data-label` attributes to every ` ` across all 5 report tables:
+ - **Sales by Product**: Product, Units sold, Revenue (including `