From a85a62677d0b1bb9dc4345f5d97dd33b14358ac0 Mon Sep 17 00:00:00 2001 From: "Brennan Wilkes (Text Groove)" Date: Mon, 2 Feb 2026 18:53:16 -0800 Subject: [PATCH] UX Improvements --- viz/style.css | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/viz/style.css b/viz/style.css index 9702c51..a53ab7b 100644 --- a/viz/style.css +++ b/viz/style.css @@ -312,6 +312,13 @@ a.skuLink:hover { text-decoration: underline; cursor: pointer; } width: 100%; } +.storeBtn { + justify-content: center; /* center text within each pill */ + width: 100%; /* make each pill fill its grid cell */ + text-align: center; +} + + .storeBtn { border: 1px solid var(--border); background: #0f1318;