From 9ec1f3f4a29d715edca19400d556a4a5ef020267 Mon Sep 17 00:00:00 2001 From: "Brennan Wilkes (Text Groove)" Date: Mon, 2 Feb 2026 18:53:04 -0800 Subject: [PATCH] UX Improvements --- viz/style.css | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/viz/style.css b/viz/style.css index 9b35813..9702c51 100644 --- a/viz/style.css +++ b/viz/style.css @@ -305,12 +305,11 @@ a.skuLink:hover { text-decoration: underline; cursor: pointer; } margin-top: 12px; /* slightly more gap from the top text */ } -.storeBar{ - display:flex; - gap:8px; - flex-wrap:wrap; - width:100%; - justify-content: space-between; /* spread each row to fill */ +.storeBar { + display: grid; + grid-template-columns: repeat(auto-fit, minmax(140px, 1fr)); + gap: 8px; + width: 100%; } .storeBtn {