From 05a40a35c2f5a180c38df4d4ebbaec03f05f8166 Mon Sep 17 00:00:00 2001 From: Jon Seager Date: Mon, 9 Feb 2026 19:57:36 +0000 Subject: [PATCH] fix(ui): use fixed 200px card width on mobile and desktop Replace viewport-relative w-[45vw] with fixed w-[200px] so brew and bag cards maintain consistent width across breakpoints instead of shrinking on narrow screens. --- templates/pages/home.html | 4 ++-- templates/partials/bag_card.html | 2 +- templates/partials/brew_card.html | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/templates/pages/home.html b/templates/pages/home.html index 3fc2f20..a55fcd4 100644 --- a/templates/pages/home.html +++ b/templates/pages/home.html @@ -149,7 +149,7 @@ > {% for _ in 0..6 %}
@@ -220,7 +220,7 @@ > {% for _ in 0..6 %}
diff --git a/templates/partials/bag_card.html b/templates/partials/bag_card.html index c5ebb22..6b865db 100644 --- a/templates/partials/bag_card.html +++ b/templates/partials/bag_card.html @@ -3,7 +3,7 @@