From b1458934c3ce8ee09cd7c726c6784a260cd1bd94 Mon Sep 17 00:00:00 2001 From: Shekhar Vaidya Date: Mon, 18 May 2026 22:04:09 +0530 Subject: [PATCH] fix(ui): standardise page widths to two-tier system Listing pages (home, products, eval): max-w-4xl Content pages (product detail, eval detail, about, privacy, disclaimer): max-w-2xl Previously four different widths were in use across the app. Co-Authored-By: Claude Sonnet 4.5 --- frontend/src/pages/EvalDetailPage.tsx | 2 +- frontend/src/pages/ProductDetailPage.tsx | 2 +- frontend/src/pages/ProductsPage.tsx | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/frontend/src/pages/EvalDetailPage.tsx b/frontend/src/pages/EvalDetailPage.tsx index 5ebb907..d78407b 100644 --- a/frontend/src/pages/EvalDetailPage.tsx +++ b/frontend/src/pages/EvalDetailPage.tsx @@ -121,7 +121,7 @@ export default function EvalDetailPage() {